Enum rusoto_importexport::CreateJobError [] [src]

pub enum CreateJobError {
    CreateJobQuotaExceeded(String),
    InvalidFileSystem(String),
    InvalidCustoms(String),
    InvalidManifestField(String),
    InvalidParameter(String),
    MissingCustoms(String),
    MissingManifestField(String),
    MissingParameter(String),
    InvalidAccessKeyId(String),
    InvalidJobId(String),
    BucketPermission(String),
    InvalidAddress(String),
    InvalidVersion(String),
    NoSuchBucket(String),
    MultipleRegions(String),
    MalformedManifest(String),
    HttpDispatch(HttpDispatchError),
    Credentials(CredentialsError),
    Validation(String),
    Unknown(String),
}

Errors returned by CreateJob

Variants

Each account can create only a certain number of jobs per day. If you need to create more than this, please contact awsimportexport@amazon.com to explain your particular use case.

File system specified in export manifest is invalid.

One or more customs parameters was invalid. Please correct and resubmit.

One or more manifest fields was invalid. Please correct and resubmit.

One or more parameters had an invalid value.

One or more required customs parameters was missing from the manifest.

One or more required fields were missing from the manifest file. Please correct and resubmit.

One or more required parameters was missing from the request.

The AWS Access Key ID specified in the request did not match the manifest's accessKeyId value. The manifest and the request authentication must use the same AWS Access Key ID.

The JOBID was missing, not found, or not associated with the AWS account.

The account specified does not have the appropriate bucket permissions.

The address specified in the manifest is invalid.

The client tool version is invalid.

The specified bucket does not exist. Create the specified bucket or change the manifest's bucket, exportBucket, or logBucket field to a bucket that the account, as specified by the manifest's Access Key ID, has write permissions to.

Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.

Your manifest is not well-formed.

An error occurred dispatching the HTTP request

An error was encountered with AWS credentials.

A validation error occurred. Details from AWS are provided.

An unknown error occurred. The raw HTTP response is provided.

Methods

impl CreateJobError
[src]

Trait Implementations

impl Debug for CreateJobError
[src]

[src]

Formats the value using the given formatter.

impl PartialEq for CreateJobError
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl From<XmlParseError> for CreateJobError
[src]

[src]

Performs the conversion.

impl From<CredentialsError> for CreateJobError
[src]

[src]

Performs the conversion.

impl From<HttpDispatchError> for CreateJobError
[src]

[src]

Performs the conversion.

impl From<Error> for CreateJobError
[src]

[src]

Performs the conversion.

impl Display for CreateJobError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for CreateJobError
[src]

[src]

A short description of the error. Read more

1.0.0
[src]

The lower-level cause of this error, if any. Read more