Enum aws_sdk_elasticbeanstalk::Error
source ·
[−]#[non_exhaustive]
pub enum Error {
Show 20 variants
CodeBuildNotInServiceRegionException(CodeBuildNotInServiceRegionException),
ElasticBeanstalkServiceException(ElasticBeanstalkServiceException),
InsufficientPrivilegesException(InsufficientPrivilegesException),
InvalidRequestException(InvalidRequestException),
ManagedActionInvalidStateException(ManagedActionInvalidStateException),
OperationInProgressException(OperationInProgressException),
PlatformVersionStillReferencedException(PlatformVersionStillReferencedException),
ResourceNotFoundException(ResourceNotFoundException),
ResourceTypeNotSupportedException(ResourceTypeNotSupportedException),
S3LocationNotInServiceRegionException(S3LocationNotInServiceRegionException),
S3SubscriptionRequiredException(S3SubscriptionRequiredException),
SourceBundleDeletionException(SourceBundleDeletionException),
TooManyApplicationVersionsException(TooManyApplicationVersionsException),
TooManyApplicationsException(TooManyApplicationsException),
TooManyBucketsException(TooManyBucketsException),
TooManyConfigurationTemplatesException(TooManyConfigurationTemplatesException),
TooManyEnvironmentsException(TooManyEnvironmentsException),
TooManyPlatformsException(TooManyPlatformsException),
TooManyTagsException(TooManyTagsException),
Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
CodeBuildNotInServiceRegionException(CodeBuildNotInServiceRegionException)
Tuple Fields
AWS CodeBuild is not available in the specified region.
ElasticBeanstalkServiceException(ElasticBeanstalkServiceException)
Tuple Fields
A generic service exception has occurred.
InsufficientPrivilegesException(InsufficientPrivilegesException)
Tuple Fields
The specified account does not have sufficient privileges for one or more AWS services.
InvalidRequestException(InvalidRequestException)
Tuple Fields
One or more input parameters is not valid. Please correct the input parameters and try the operation again.
ManagedActionInvalidStateException(ManagedActionInvalidStateException)
Tuple Fields
Cannot modify the managed action in its current state.
OperationInProgressException(OperationInProgressException)
Tuple Fields
Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
PlatformVersionStillReferencedException(PlatformVersionStillReferencedException)
Tuple Fields
You cannot delete the platform version because there are still environments running on it.
ResourceNotFoundException(ResourceNotFoundException)
Tuple Fields
A resource doesn't exist for the specified Amazon Resource Name (ARN).
ResourceTypeNotSupportedException(ResourceTypeNotSupportedException)
Tuple Fields
The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.
S3LocationNotInServiceRegionException(S3LocationNotInServiceRegionException)
Tuple Fields
The specified S3 bucket does not belong to the S3 region in which the service is running. The following regions are supported:
-
IAD/us-east-1
-
PDX/us-west-2
-
DUB/eu-west-1
S3SubscriptionRequiredException(S3SubscriptionRequiredException)
Tuple Fields
The specified account does not have a subscription to Amazon S3.
SourceBundleDeletionException(SourceBundleDeletionException)
Tuple Fields
Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.
TooManyApplicationVersionsException(TooManyApplicationVersionsException)
Tuple Fields
The specified account has reached its limit of application versions.
TooManyApplicationsException(TooManyApplicationsException)
Tuple Fields
The specified account has reached its limit of applications.
TooManyBucketsException(TooManyBucketsException)
Tuple Fields
The specified account has reached its limit of Amazon S3 buckets.
TooManyConfigurationTemplatesException(TooManyConfigurationTemplatesException)
Tuple Fields
The specified account has reached its limit of configuration templates.
TooManyEnvironmentsException(TooManyEnvironmentsException)
Tuple Fields
The specified account has reached its limit of environments.
TooManyPlatformsException(TooManyPlatformsException)
Tuple Fields
You have exceeded the maximum number of allowed platforms associated with the account.
TooManyTagsException(TooManyTagsException)
Tuple Fields
The number of tags in the resource would exceed the number of tags that each resource can have.
To calculate this, the operation considers both the number of tags the resource already has and the tags this operation would add if it succeeded.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
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