| « PreviousNext » | |
![]() ![]() ![]() | Did this page help you? Yes | No | Tell us about it... |
This section describes errors, job and device status codes, as well as status codes you might find in AWS Import/Export log files.
The following is the format of an error response when using the Web Service operations.
<ErrorResponse xmlns="http://importexport.amazonaws.com/">
<Error>
<Type>Sender</Type>
<Code>ExceptionCode</Code>
<Message>ExceptionMessage</Message>
</Error>
<RequestId>a1f5a4c6-0adb-11df-a381-155bec6f7c93</RequestId>
</ErrorResponse>There are a number of errors that can occur when using the web service operations. The following table describes those error codes.
|
Code |
Description | HTTP Code |
|---|---|---|
| BucketPermissionException | The account specified does not have the appropriate bucket permissions. | 400 |
|
CanceledJobIdException |
The specified job ID has been canceled and is no longer valid. | 400 |
| ExpiredJobIdException | The specified job ID has expired. | 400 |
|
InvalidAccessIdException | 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. | 400 |
| InvalidAddressException | The address specified in the manifest is invalid. | 400 |
| InvalidClientTokenIdException | The AWS Access Key ID does not exist. | 403 |
| InvalidCustomsException | One or more customs parameters was invalid. Please correct and resubmit. | 400 |
| InvalidFileSystemException | File system specified in export manifest is invalid. | 400 |
| InvalidJobIdException | The JOBID was missing, not found, or not
associated with the AWS account. | 400 |
|
InvalidManifestFieldException | One or more manifest fields was invalid. Please correct and resubmit. | 400 |
| InvalidParameterException | Description describing invalid parameter. | 400 |
| MalformedManifestException | Your manifest is not well-formed. | 400 |
| MissingCustomsException | One or more required customs parameters was missing from the manifest. | 400 |
|
MissingManifestFieldException | One or more required fields were missing from the manifest file. Please correct and resubmit. | 400 |
| MissingParameterException | One or more required parameters was missing from the request. | 400 |
| MultipleRegionsException | Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit. | 400 |
|
NoSuchBucketException | 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. | 400 |
| OptInRequired | The AWS Access key ID needs a subscription to the AWS Import/Export service. | 403 |
|
UnableToCancelJobIdException |
AWS Import/Export cannot cancel the job. | 409 |
| UnknownOperationException | The specified operation was invalid. | 403 |