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

The accelerator that you specified could not be disabled.

* @public */ export declare class AcceleratorNotDisabledException extends __BaseException { readonly name: "AcceleratorNotDisabledException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The accelerator that you specified doesn't exist.

* @public */ export declare class AcceleratorNotFoundException extends __BaseException { readonly name: "AcceleratorNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You don't have access permission.

* @public */ export declare class AccessDeniedException extends __BaseException { readonly name: "AccessDeniedException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You can't use both of those options.

* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The endpoint that you specified doesn't exist.

* @public */ export declare class EndpointAlreadyExistsException extends __BaseException { readonly name: "EndpointAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The endpoint group that you specified doesn't exist.

* @public */ export declare class EndpointGroupNotFoundException extends __BaseException { readonly name: "EndpointGroupNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There was an internal error for Global Accelerator.

* @public */ export declare class InternalServiceErrorException extends __BaseException { readonly name: "InternalServiceErrorException"; readonly $fault: "server"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

An argument that you specified is invalid.

* @public */ export declare class InvalidArgumentException extends __BaseException { readonly name: "InvalidArgumentException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

Processing your request would cause you to exceed an Global Accelerator limit.

* @public */ export declare class LimitExceededException extends __BaseException { readonly name: "LimitExceededException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There's already a transaction in progress. Another transaction can't be processed.

* @public */ export declare class TransactionInProgressException extends __BaseException { readonly name: "TransactionInProgressException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The CIDR that you specified was not found or is incorrect.

* @public */ export declare class ByoipCidrNotFoundException extends __BaseException { readonly name: "ByoipCidrNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The CIDR that you specified is not valid for this action. For example, the state of the CIDR might be * incorrect for this action.

* @public */ export declare class IncorrectCidrStateException extends __BaseException { readonly name: "IncorrectCidrStateException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The listener that you specified has an endpoint group associated with it. You must remove all dependent resources * from a listener before you can delete it.

* @public */ export declare class AssociatedEndpointGroupFoundException extends __BaseException { readonly name: "AssociatedEndpointGroupFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The accelerator that you specified has a listener associated with it. You must remove all dependent resources from an * accelerator before you can delete it.

* @public */ export declare class AssociatedListenerFoundException extends __BaseException { readonly name: "AssociatedListenerFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

No cross-account attachment was found.

* @public */ export declare class AttachmentNotFoundException extends __BaseException { readonly name: "AttachmentNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The endpoint group that you specified already exists.

* @public */ export declare class EndpointGroupAlreadyExistsException extends __BaseException { readonly name: "EndpointGroupAlreadyExistsException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The port numbers that you specified are not valid numbers or are not unique for this accelerator.

* @public */ export declare class InvalidPortRangeException extends __BaseException { readonly name: "InvalidPortRangeException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The listener that you specified doesn't exist.

* @public */ export declare class ListenerNotFoundException extends __BaseException { readonly name: "ListenerNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The endpoint that you specified doesn't exist.

* @public */ export declare class EndpointNotFoundException extends __BaseException { readonly name: "EndpointNotFoundException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

There isn't another item to return.

* @public */ export declare class InvalidNextTokenException extends __BaseException { readonly name: "InvalidNextTokenException"; readonly $fault: "client"; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); }