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

The action can't be performed because the job's current state doesn't allow that action * to be performed.

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

The specified resource can't be found. Check the information you provided in your last * request, and try again.

* @public */ export declare class InvalidResourceException extends __BaseException { readonly name: "InvalidResourceException"; readonly $fault: "client"; Message?: string | undefined; /** *

The provided resource value is invalid.

* @public */ ResourceType?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

The provided Key Management Service key lacks the permissions to perform the specified * CreateJob or UpdateJob action.

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

The address provided was invalid. Check the address with your region's carrier, and try * again.

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

The address is either outside the serviceable area for your region, or an error * occurred. Check the address with your region's carrier and try again. If the issue persists, * contact Amazon Web Services Support.

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

Your user lacks the necessary Amazon EC2 permissions to perform the attempted * action.

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

Job or cluster creation failed. One or more inputs were invalid. Confirm that the CreateClusterRequest$SnowballType value supports your CreateJobRequest$JobType, and try again.

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

Job creation failed. Currently, clusters support five nodes. If you have fewer than * five nodes for your cluster and you have more nodes to create for this cluster, try again and * create jobs until your cluster has exactly five nodes.

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

You get this exception when you call CreateReturnShippingLabel more than once * when other requests are not completed.

* @public */ export declare class ConflictException extends __BaseException { readonly name: "ConflictException"; readonly $fault: "client"; /** *

You get this resource when you call CreateReturnShippingLabel more than once when other requests are not completed. .

* @public */ ConflictResource?: string | undefined; Message?: string | undefined; /** * @internal */ constructor(opts: __ExceptionOptionType); } /** *

You get this exception if you call CreateReturnShippingLabel and a valid * return shipping label already exists. In this case, use * DescribeReturnShippingLabel to get the URL.

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

The NextToken string was altered unexpectedly, and the operation has * stopped. Run the operation without changing the NextToken string, and try * again.

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