#[non_exhaustive]pub struct StartStreamProcessorError {
    pub kind: StartStreamProcessorErrorKind,
    /* private fields */
}Expand description
Error type for the StartStreamProcessor operation.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.kind: StartStreamProcessorErrorKindKind of error that occurred.
Implementations
Creates a new StartStreamProcessorError.
Creates the StartStreamProcessorError::Unhandled variant from any error type.
Creates the StartStreamProcessorError::Unhandled variant from a aws_smithy_types::Error.
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
Returns the request ID if it’s available.
Returns true if the error kind is StartStreamProcessorErrorKind::AccessDeniedException.
Returns true if the error kind is StartStreamProcessorErrorKind::InternalServerError.
Returns true if the error kind is StartStreamProcessorErrorKind::InvalidParameterException.
Returns true if the error kind is StartStreamProcessorErrorKind::ProvisionedThroughputExceededException.
Returns true if the error kind is StartStreamProcessorErrorKind::ResourceInUseException.
Returns true if the error kind is StartStreamProcessorErrorKind::ResourceNotFoundException.
Returns true if the error kind is StartStreamProcessorErrorKind::ThrottlingException.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for StartStreamProcessorError
impl Send for StartStreamProcessorError
impl Sync for StartStreamProcessorError
impl Unpin for StartStreamProcessorError
impl !UnwindSafe for StartStreamProcessorError
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more