import type { ExceptionOptionType as __ExceptionOptionType } from "@smithy/core/client"; import { ElasticBeanstalkSyntheticServiceException as __BaseException } from "./ElasticBeanstalkSyntheticServiceException"; /** *

The specified account does not have sufficient privileges for one or more Amazon Web Services services.

* @public */ export declare class InsufficientPrivilegesException extends __BaseException { readonly name: "InsufficientPrivilegesException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A generic service exception has occurred.

* @public */ export declare class ElasticBeanstalkServiceException extends __BaseException { readonly name: "ElasticBeanstalkServiceException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Cannot modify the managed action in its current state.

* @public */ export declare class ManagedActionInvalidStateException extends __BaseException { readonly name: "ManagedActionInvalidStateException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified account has reached its limit of environments.

* @public */ export declare class TooManyEnvironmentsException extends __BaseException { readonly name: "TooManyEnvironmentsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified account has reached its limit of applications.

* @public */ export declare class TooManyApplicationsException extends __BaseException { readonly name: "TooManyApplicationsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

CodeBuild is not available in the specified region.

* @public */ export declare class CodeBuildNotInServiceRegionException extends __BaseException { readonly name: "CodeBuildNotInServiceRegionException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

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

    *
  • *
* @public */ export declare class S3LocationNotInServiceRegionException extends __BaseException { readonly name: "S3LocationNotInServiceRegionException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified account has reached its limit of application versions.

* @public */ export declare class TooManyApplicationVersionsException extends __BaseException { readonly name: "TooManyApplicationVersionsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified account has reached its limit of Amazon S3 buckets.

* @public */ export declare class TooManyBucketsException extends __BaseException { readonly name: "TooManyBucketsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified account has reached its limit of configuration templates.

* @public */ export declare class TooManyConfigurationTemplatesException extends __BaseException { readonly name: "TooManyConfigurationTemplatesException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You have exceeded the maximum number of allowed platforms associated with the account.

* @public */ export declare class TooManyPlatformsException extends __BaseException { readonly name: "TooManyPlatformsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The specified account does not have a subscription to Amazon S3.

* @public */ export declare class S3SubscriptionRequiredException extends __BaseException { readonly name: "S3SubscriptionRequiredException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to perform the specified operation because another operation that effects an * element in this activity is already in progress.

* @public */ export declare class OperationInProgressException extends __BaseException { readonly name: "OperationInProgressException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Unable to delete the Amazon S3 source bundle associated with the application version. * The application version was deleted successfully.

* @public */ export declare class SourceBundleDeletionException extends __BaseException { readonly name: "SourceBundleDeletionException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You cannot delete the platform version because there are still environments running on it.

* @public */ export declare class PlatformVersionStillReferencedException extends __BaseException { readonly name: "PlatformVersionStillReferencedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

One or more input parameters is not valid. Please correct the input parameters and try * the operation again.

* @public */ export declare class InvalidRequestException extends __BaseException { readonly name: "InvalidRequestException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

A resource doesn't exist for the specified Amazon Resource Name (ARN).

* @public */ export declare class ResourceNotFoundException extends __BaseException { readonly name: "ResourceNotFoundException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The type of the specified Amazon Resource Name (ARN) isn't supported for this operation.

* @public */ export declare class ResourceTypeNotSupportedException extends __BaseException { readonly name: "ResourceTypeNotSupportedException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

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.

* @public */ export declare class TooManyTagsException extends __BaseException { readonly name: "TooManyTagsException"; readonly $fault: "client"; /** * @internal */ constructor(opts: __ExceptionOptionType); }