Struct aws_sdk_fsx::error::CreateFileSystemError [−][src]
#[non_exhaustive]pub struct CreateFileSystemError {
pub kind: CreateFileSystemErrorKind,
// some fields omitted
}Expand description
Error type for the CreateFileSystem 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: CreateFileSystemErrorKindKind of error that occurred.
Implementations
Creates a new CreateFileSystemError.
Creates the CreateFileSystemError::Unhandled variant from any error type.
Creates the CreateFileSystemError::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 CreateFileSystemErrorKind::ActiveDirectoryError.
Returns true if the error kind is CreateFileSystemErrorKind::BadRequest.
Returns true if the error kind is CreateFileSystemErrorKind::IncompatibleParameterError.
Returns true if the error kind is CreateFileSystemErrorKind::InternalServerError.
Returns true if the error kind is CreateFileSystemErrorKind::InvalidExportPath.
Returns true if the error kind is CreateFileSystemErrorKind::InvalidImportPath.
Returns true if the error kind is CreateFileSystemErrorKind::InvalidNetworkSettings.
Returns true if the error kind is CreateFileSystemErrorKind::InvalidPerUnitStorageThroughput.
Returns true if the error kind is CreateFileSystemErrorKind::MissingFileSystemConfiguration.
Returns true if the error kind is CreateFileSystemErrorKind::ServiceLimitExceeded.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for CreateFileSystemError
impl Send for CreateFileSystemError
impl Sync for CreateFileSystemError
impl Unpin for CreateFileSystemError
impl !UnwindSafe for CreateFileSystemError
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