Enum aws_sdk_datapipeline::error::ValidatePipelineDefinitionErrorKind [−][src]
#[non_exhaustive]
pub enum ValidatePipelineDefinitionErrorKind {
InternalServiceError(InternalServiceError),
InvalidRequestException(InvalidRequestException),
PipelineDeletedException(PipelineDeletedException),
PipelineNotFoundException(PipelineNotFoundException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the ValidatePipelineDefinition
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
InternalServiceError(InternalServiceError)
Tuple Fields
An internal service error occurred.
InvalidRequestException(InvalidRequestException)
Tuple Fields
The request was not valid. Verify that your request was properly formatted, that the signature was generated with the correct credentials, and that you haven't exceeded any of the service limits for your account.
PipelineDeletedException(PipelineDeletedException)
Tuple Fields
The specified pipeline has been deleted.
PipelineNotFoundException(PipelineNotFoundException)
Tuple Fields
The specified pipeline was not found. Verify that you used the correct user and account identifiers.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unexpected error, e.g. invalid JSON returned by the service or an unknown error code
Trait Implementations
Auto Trait Implementations
impl Send for ValidatePipelineDefinitionErrorKind
impl Sync for ValidatePipelineDefinitionErrorKind
impl Unpin for ValidatePipelineDefinitionErrorKind
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