Enum aws_sdk_elasticbeanstalk::Error [−][src]
#[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)AWS CodeBuild is not available in the specified region.
Tuple Fields of CodeBuildNotInServiceRegionException
ElasticBeanstalkServiceException(ElasticBeanstalkServiceException)A generic service exception has occurred.
Tuple Fields of ElasticBeanstalkServiceException
InsufficientPrivilegesException(InsufficientPrivilegesException)The specified account does not have sufficient privileges for one or more AWS services.
Tuple Fields of InsufficientPrivilegesException
InvalidRequestException(InvalidRequestException)One or more input parameters is not valid. Please correct the input parameters and try the operation again.
Tuple Fields of InvalidRequestException
ManagedActionInvalidStateException(ManagedActionInvalidStateException)Cannot modify the managed action in its current state.
Tuple Fields of ManagedActionInvalidStateException
OperationInProgressException(OperationInProgressException)Unable to perform the specified operation because another operation that effects an element in this activity is already in progress.
Tuple Fields of OperationInProgressException
PlatformVersionStillReferencedException(PlatformVersionStillReferencedException)You cannot delete the platform version because there are still environments running on it.
Tuple Fields of PlatformVersionStillReferencedException
ResourceNotFoundException(ResourceNotFoundException)A resource doesn't exist for the specified Amazon Resource Name (ARN).
Tuple Fields of ResourceNotFoundException
ResourceTypeNotSupportedException(ResourceTypeNotSupportedException)The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.
Tuple Fields of ResourceTypeNotSupportedException
S3LocationNotInServiceRegionException(S3LocationNotInServiceRegionException)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
Tuple Fields of S3LocationNotInServiceRegionException
S3SubscriptionRequiredException(S3SubscriptionRequiredException)The specified account does not have a subscription to Amazon S3.
Tuple Fields of S3SubscriptionRequiredException
SourceBundleDeletionException(SourceBundleDeletionException)Unable to delete the Amazon S3 source bundle associated with the application version. The application version was deleted successfully.
Tuple Fields of SourceBundleDeletionException
TooManyApplicationVersionsException(TooManyApplicationVersionsException)The specified account has reached its limit of application versions.
Tuple Fields of TooManyApplicationVersionsException
TooManyApplicationsException(TooManyApplicationsException)The specified account has reached its limit of applications.
Tuple Fields of TooManyApplicationsException
TooManyBucketsException(TooManyBucketsException)The specified account has reached its limit of Amazon S3 buckets.
Tuple Fields of TooManyBucketsException
TooManyConfigurationTemplatesException(TooManyConfigurationTemplatesException)The specified account has reached its limit of configuration templates.
Tuple Fields of TooManyConfigurationTemplatesException
TooManyEnvironmentsException(TooManyEnvironmentsException)The specified account has reached its limit of environments.
Tuple Fields of TooManyEnvironmentsException
TooManyPlatformsException(TooManyPlatformsException)You have exceeded the maximum number of allowed platforms associated with the account.
Tuple Fields of TooManyPlatformsException
TooManyTagsException(TooManyTagsException)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.
Tuple Fields of TooManyTagsException
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