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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeThe 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: __ExceptionOptionTypeYour 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: __ExceptionOptionTypeJob 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: __ExceptionOptionTypeJob 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: __ExceptionOptionTypeYou get this exception when you call CreateReturnShippingLabel more than once
* when other requests are not completed.
You get this resource when you call CreateReturnShippingLabel more than once when other requests are not completed. .
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.
The NextToken string was altered unexpectedly, and the operation has
* stopped. Run the operation without changing the NextToken string, and try
* again.