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
- message
-
- Type: string
The human-readable description of a particular error.
CanceledJobIdException
[ 'message' => '<string>', ]
Description
The specified job ID has been canceled and is no longer valid.
Members
- message
-
- Type: string
The human-readable description of a particular error.
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
- message
-
- Type: string
The human-readable description of a particular error.
ExpiredJobIdException
[ 'message' => '<string>', ]
Description
Indicates that the specified job has expired out of the system.
Members
- message
-
- Type: string
The human-readable description of a particular error.
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
- message
-
- Type: string
The human-readable description of a particular error.
InvalidAddressException
[ 'message' => '<string>', ]
Description
The address specified in the manifest is invalid.
Members
- message
-
- Type: string
The human-readable description of a particular error.
InvalidCustomsException
[ 'message' => '<string>', ]
Description
One or more customs parameters was invalid. Please correct and resubmit.
Members
- message
-
- Type: string
The human-readable description of a particular error.
InvalidFileSystemException
[ 'message' => '<string>', ]
Description
File system specified in export manifest is invalid.
Members
- message
-
- Type: string
The human-readable description of a particular error.
InvalidJobIdException
[ 'message' => '<string>', ]
Description
The JOBID was missing, not found, or not associated with the AWS account.
Members
- message
-
- Type: string
The human-readable description of a particular error.
InvalidManifestFieldException
[ 'message' => '<string>', ]
Description
One or more manifest fields was invalid. Please correct and resubmit.
Members
- message
-
- Type: string
The human-readable description of a particular error.
InvalidParameterException
[ 'message' => '<string>', ]
Description
One or more parameters had an invalid value.
Members
- message
-
- Type: string
The human-readable description of a particular error.
InvalidVersionException
[ 'message' => '<string>', ]
Description
The client tool version is invalid.
Members
- message
-
- Type: string
The human-readable description of a particular error.
MalformedManifestException
[ 'message' => '<string>', ]
Description
Your manifest is not well-formed.
Members
- message
-
- Type: string
The human-readable description of a particular error.
MissingCustomsException
[ 'message' => '<string>', ]
Description
One or more required customs parameters was missing from the manifest.
Members
- message
-
- Type: string
The human-readable description of a particular error.
MissingManifestFieldException
[ 'message' => '<string>', ]
Description
One or more required fields were missing from the manifest file. Please correct and resubmit.
Members
- message
-
- Type: string
The human-readable description of a particular error.
MissingParameterException
[ 'message' => '<string>', ]
Description
One or more required parameters was missing from the request.
Members
- message
-
- Type: string
The human-readable description of a particular error.
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
- message
-
- Type: string
The human-readable description of a particular error.
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
- message
-
- Type: string
The human-readable description of a particular error.
UnableToCancelJobIdException
[ 'message' => '<string>', ]
Description
AWS Import/Export cannot cancel the job
Members
- message
-
- Type: string
The human-readable description of a particular error.
UnableToUpdateJobIdException
[ 'message' => '<string>', ]
Description
AWS Import/Export cannot update the job
Members
- message
-
- Type: string
The human-readable description of a particular error.