#[non_exhaustive]pub enum CreateChannelError {
Show 13 variants
ChannelAlreadyExistsException(ChannelAlreadyExistsException),
ChannelMaxLimitExceededException(ChannelMaxLimitExceededException),
EventDataStoreArnInvalidException(EventDataStoreArnInvalidException),
EventDataStoreNotFoundException(EventDataStoreNotFoundException),
InactiveEventDataStoreException(InactiveEventDataStoreException),
InvalidEventDataStoreCategoryException(InvalidEventDataStoreCategoryException),
InvalidParameterException(InvalidParameterException),
InvalidSourceException(InvalidSourceException),
InvalidTagParameterException(InvalidTagParameterException),
OperationNotPermittedException(OperationNotPermittedException),
TagsLimitExceededException(TagsLimitExceededException),
UnsupportedOperationException(UnsupportedOperationException),
Unhandled(Unhandled),
}Expand description
Error type for the CreateChannelError operation.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
ChannelAlreadyExistsException(ChannelAlreadyExistsException)
This exception is thrown when the provided channel already exists.
ChannelMaxLimitExceededException(ChannelMaxLimitExceededException)
This exception is thrown when the maximum number of channels limit is exceeded.
EventDataStoreArnInvalidException(EventDataStoreArnInvalidException)
The specified event data store ARN is not valid or does not map to an event data store in your account.
EventDataStoreNotFoundException(EventDataStoreNotFoundException)
The specified event data store was not found.
InactiveEventDataStoreException(InactiveEventDataStoreException)
The event data store is inactive.
InvalidEventDataStoreCategoryException(InvalidEventDataStoreCategoryException)
This exception is thrown when event categories of specified event data stores are not valid.
InvalidParameterException(InvalidParameterException)
The request includes a parameter that is not valid.
InvalidSourceException(InvalidSourceException)
This exception is thrown when the specified value of Source is not valid.
InvalidTagParameterException(InvalidTagParameterException)
This exception is thrown when the specified tag key or values are not valid. It can also occur if there are duplicate tags or too many tags on the resource.
OperationNotPermittedException(OperationNotPermittedException)
This exception is thrown when the requested operation is not permitted.
TagsLimitExceededException(TagsLimitExceededException)
The number of tags per trail, event data store, or channel has exceeded the permitted amount. Currently, the limit is 50.
UnsupportedOperationException(UnsupportedOperationException)
This exception is thrown when the requested operation is not supported.
Unhandled(Unhandled)
An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Implementations§
source§impl CreateChannelError
impl CreateChannelError
sourcepub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
pub fn unhandled(err: impl Into<Box<dyn Error + Send + Sync + 'static>>) -> Self
Creates the CreateChannelError::Unhandled variant from any error type.
sourcepub fn generic(err: ErrorMetadata) -> Self
pub fn generic(err: ErrorMetadata) -> Self
Creates the CreateChannelError::Unhandled variant from a ::aws_smithy_types::error::ErrorMetadata.
sourcepub fn meta(&self) -> &ErrorMetadata
pub fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
sourcepub fn is_channel_already_exists_exception(&self) -> bool
pub fn is_channel_already_exists_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::ChannelAlreadyExistsException.
sourcepub fn is_channel_max_limit_exceeded_exception(&self) -> bool
pub fn is_channel_max_limit_exceeded_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::ChannelMaxLimitExceededException.
sourcepub fn is_event_data_store_arn_invalid_exception(&self) -> bool
pub fn is_event_data_store_arn_invalid_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::EventDataStoreArnInvalidException.
sourcepub fn is_event_data_store_not_found_exception(&self) -> bool
pub fn is_event_data_store_not_found_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::EventDataStoreNotFoundException.
sourcepub fn is_inactive_event_data_store_exception(&self) -> bool
pub fn is_inactive_event_data_store_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::InactiveEventDataStoreException.
sourcepub fn is_invalid_event_data_store_category_exception(&self) -> bool
pub fn is_invalid_event_data_store_category_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::InvalidEventDataStoreCategoryException.
sourcepub fn is_invalid_parameter_exception(&self) -> bool
pub fn is_invalid_parameter_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::InvalidParameterException.
sourcepub fn is_invalid_source_exception(&self) -> bool
pub fn is_invalid_source_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::InvalidSourceException.
sourcepub fn is_invalid_tag_parameter_exception(&self) -> bool
pub fn is_invalid_tag_parameter_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::InvalidTagParameterException.
sourcepub fn is_operation_not_permitted_exception(&self) -> bool
pub fn is_operation_not_permitted_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::OperationNotPermittedException.
Returns true if the error kind is CreateChannelError::TagsLimitExceededException.
sourcepub fn is_unsupported_operation_exception(&self) -> bool
pub fn is_unsupported_operation_exception(&self) -> bool
Returns true if the error kind is CreateChannelError::UnsupportedOperationException.
Trait Implementations§
source§impl CreateUnhandledError for CreateChannelError
impl CreateUnhandledError for CreateChannelError
source§fn create_unhandled_error(
source: Box<dyn Error + Send + Sync + 'static>,
meta: Option<ErrorMetadata>
) -> Self
fn create_unhandled_error( source: Box<dyn Error + Send + Sync + 'static>, meta: Option<ErrorMetadata> ) -> Self
source and error metadata.source§impl Debug for CreateChannelError
impl Debug for CreateChannelError
source§impl Display for CreateChannelError
impl Display for CreateChannelError
source§impl Error for CreateChannelError
impl Error for CreateChannelError
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<CreateChannelError> for Error
impl From<CreateChannelError> for Error
source§fn from(err: CreateChannelError) -> Self
fn from(err: CreateChannelError) -> Self
source§impl ProvideErrorMetadata for CreateChannelError
impl ProvideErrorMetadata for CreateChannelError
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
source§impl RequestId for CreateChannelError
impl RequestId for CreateChannelError
source§fn request_id(&self) -> Option<&str>
fn request_id(&self) -> Option<&str>
None if the service could not be reached.