Struct aws_sdk_codepipeline::error::CreatePipelineError [−][src]
#[non_exhaustive]pub struct CreatePipelineError {
pub kind: CreatePipelineErrorKind,
// some fields omitted
}
Expand description
Error type for the CreatePipeline
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: CreatePipelineErrorKind
Kind of error that occurred.
Implementations
Creates a new CreatePipelineError
.
Creates the CreatePipelineError::Unhandled
variant from any error type.
Creates the CreatePipelineError::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 CreatePipelineErrorKind::ConcurrentModificationException
.
Returns true
if the error kind is CreatePipelineErrorKind::InvalidActionDeclarationException
.
Returns true
if the error kind is CreatePipelineErrorKind::InvalidBlockerDeclarationException
.
Returns true
if the error kind is CreatePipelineErrorKind::InvalidStageDeclarationException
.
Returns true
if the error kind is CreatePipelineErrorKind::InvalidStructureException
.
Returns true
if the error kind is CreatePipelineErrorKind::InvalidTagsException
.
Returns true
if the error kind is CreatePipelineErrorKind::LimitExceededException
.
Returns true
if the error kind is CreatePipelineErrorKind::PipelineNameInUseException
.
Returns true
if the error kind is CreatePipelineErrorKind::TooManyTagsException
.
Returns true
if the error kind is CreatePipelineErrorKind::ValidationException
.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreatePipelineError
impl Send for CreatePipelineError
impl Sync for CreatePipelineError
impl Unpin for CreatePipelineError
impl !UnwindSafe for CreatePipelineError
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