Enum aws_sdk_config::error::PutConfigurationRecorderErrorKind [−][src]
#[non_exhaustive]
pub enum PutConfigurationRecorderErrorKind {
InvalidConfigurationRecorderNameException(InvalidConfigurationRecorderNameException),
InvalidRecordingGroupException(InvalidRecordingGroupException),
InvalidRoleException(InvalidRoleException),
MaxNumberOfConfigurationRecordersExceededException(MaxNumberOfConfigurationRecordersExceededException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
Types of errors that can occur for the PutConfigurationRecorder
operation.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
InvalidConfigurationRecorderNameException(InvalidConfigurationRecorderNameException)
Tuple Fields
You have provided a configuration recorder name that is not valid.
InvalidRecordingGroupException(InvalidRecordingGroupException)
Tuple Fields
Config throws an exception if the recording group does not contain a valid list of resource types. Invalid values might also be incorrectly formatted.
InvalidRoleException(InvalidRoleException)
Tuple Fields
You have provided a null or empty role ARN.
MaxNumberOfConfigurationRecordersExceededException(MaxNumberOfConfigurationRecordersExceededException)
Tuple Fields
You have reached the limit of the number of recorders you can create.
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 PutConfigurationRecorderErrorKind
impl Sync for PutConfigurationRecorderErrorKind
impl Unpin for PutConfigurationRecorderErrorKind
impl !UnwindSafe for PutConfigurationRecorderErrorKind
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