Class ImportExportException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ImportExport\Exception\ImportExportException
- Namespace: Aws\ImportExport\Exception
- Located at ImportExport/Exception/ImportExportException.php
Represents an error interacting with the AWS Import/Export service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
BucketPermissionException
[ 'message' => '<string>', ]
Description
The account specified does not have the appropriate bucket permissions.
Members
CanceledJobIdException
[ 'message' => '<string>', ]
Description
The specified job ID has been canceled and is no longer valid.
Members
CreateJobQuotaExceededException
[ 'message' => '<string>', ]
Description
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.
Members
ExpiredJobIdException
[ 'message' => '<string>', ]
Description
Indicates that the specified job has expired out of the system.
Members
InvalidAccessKeyIdException
[ 'message' => '<string>', ]
Description
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.
Members
InvalidAddressException
[ 'message' => '<string>', ]
Description
The address specified in the manifest is invalid.
Members
InvalidCustomsException
[ 'message' => '<string>', ]
Description
One or more customs parameters was invalid. Please correct and resubmit.
Members
InvalidFileSystemException
[ 'message' => '<string>', ]
Description
File system specified in export manifest is invalid.
Members
InvalidJobIdException
[ 'message' => '<string>', ]
Description
The JOBID was missing, not found, or not associated with the AWS account.
Members
InvalidManifestFieldException
[ 'message' => '<string>', ]
Description
One or more manifest fields was invalid. Please correct and resubmit.
Members
InvalidParameterException
[ 'message' => '<string>', ]
Description
One or more parameters had an invalid value.
Members
InvalidVersionException
[ 'message' => '<string>', ]
Description
The client tool version is invalid.
Members
MalformedManifestException
[ 'message' => '<string>', ]
Description
Your manifest is not well-formed.
Members
MissingCustomsException
[ 'message' => '<string>', ]
Description
One or more required customs parameters was missing from the manifest.
Members
MissingManifestFieldException
[ 'message' => '<string>', ]
Description
One or more required fields were missing from the manifest file. Please correct and resubmit.
Members
MissingParameterException
[ 'message' => '<string>', ]
Description
One or more required parameters was missing from the request.
Members
MultipleRegionsException
[ 'message' => '<string>', ]
Description
Your manifest file contained buckets from multiple regions. A job is restricted to buckets from one region. Please correct and resubmit.
Members
NoSuchBucketException
[ 'message' => '<string>', ]
Description
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.
Members
UnableToCancelJobIdException
[ 'message' => '<string>', ]
Description
AWS Import/Export cannot cancel the job
Members
UnableToUpdateJobIdException
[ 'message' => '<string>', ]