Class FSxException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\FSx\Exception\FSxException
- Namespace: Aws\FSx\Exception
- Located at FSx/Exception/FSxException.php
Represents an error interacting with the Amazon FSx 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
ActiveDirectoryError
[ 'ActiveDirectoryId' => '<string>', 'Message' => '<string>', 'Type' => 'DOMAIN_NOT_FOUND|INCOMPATIBLE_DOMAIN_MODE|WRONG_VPC|INVALID_DOMAIN_STAGE', ]
Description
An Active Directory error.
Members
- ActiveDirectoryId
-
- Required: Yes
- Type: string
The directory ID of the directory that an error pertains to.
- Message
-
- Type: string
A detailed error message.
- Type
-
- Type: string
The type of Active Directory error.
BackupBeingCopied
[ 'BackupId' => '<string>', 'Message' => '<string>', ]
Description
You can't delete a backup while it's being copied.
Members
- BackupId
-
- Type: string
The ID of the source backup. Specifies the backup that you are copying.
- Message
-
- Type: string
A detailed error message.
BackupInProgress
[ 'Message' => '<string>', ]
Description
Another backup is already under way. Wait for completion before initiating additional backups of this file system.
Members
- Message
-
- Type: string
A detailed error message.
BackupNotFound
[ 'Message' => '<string>', ]
Description
No Amazon FSx backups were found based upon the supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.
BackupRestoring
[ 'FileSystemId' => '<string>', 'Message' => '<string>', ]
Description
You can't delete a backup while it's being used to restore a file system.
Members
- FileSystemId
-
- Type: string
The ID of a file system being restored from the backup.
- Message
-
- Type: string
A detailed error message.
BadRequest
[ 'Message' => '<string>', ]
Description
A generic error indicating a failure with a client request.
Members
- Message
-
- Type: string
A detailed error message.
DataRepositoryAssociationNotFound
[ 'Message' => '<string>', ]
Description
No data repository associations were found based upon the supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.
DataRepositoryTaskEnded
[ 'Message' => '<string>', ]
Description
The data repository task could not be canceled because the task has already ended.
Members
- Message
-
- Type: string
A detailed error message.
DataRepositoryTaskExecuting
[ 'Message' => '<string>', ]
Description
An existing data repository task is currently executing on the file system. Wait until the existing task has completed, then create the new task.
Members
- Message
-
- Type: string
A detailed error message.
DataRepositoryTaskNotFound
[ 'Message' => '<string>', ]
Description
The data repository task or tasks you specified could not be found.
Members
- Message
-
- Type: string
A detailed error message.
FileCacheNotFound
[ 'Message' => '<string>', ]
Description
No caches were found based upon supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.
FileSystemNotFound
[ 'Message' => '<string>', ]
Description
No Amazon FSx file systems were found based upon supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.
IncompatibleParameterError
[ 'Message' => '<string>', 'Parameter' => '<string>', ]
Description
The error returned when a second request is received with the same client request token but different parameters settings. A client request token should always uniquely identify a single request.
Members
- Message
-
- Type: string
A detailed error message.
- Parameter
-
- Required: Yes
- Type: string
A parameter that is incompatible with the earlier request.
IncompatibleRegionForMultiAZ
[ 'Message' => '<string>', ]
Description
Amazon FSx doesn't support Multi-AZ Windows File Server copy backup in the destination Region, so the copied backup can't be restored.
Members
- Message
-
- Type: string
A detailed error message.
InternalServerError
[ 'Message' => '<string>', ]
Description
A generic error indicating a server-side failure.
Members
- Message
-
- Type: string
A detailed error message.
InvalidDataRepositoryType
[ 'Message' => '<string>', ]
Description
You have filtered the response to a data repository type that is not supported.
Members
- Message
-
- Type: string
A detailed error message.
InvalidDestinationKmsKey
[ 'Message' => '<string>', ]
Description
The Key Management Service (KMS) key of the destination backup is not valid.
Members
- Message
-
- Type: string
A detailed error message.
InvalidExportPath
[ 'Message' => '<string>', ]
Description
The path provided for data repository export isn't valid.
Members
- Message
-
- Type: string
A detailed error message.
InvalidImportPath
[ 'Message' => '<string>', ]
Description
The path provided for data repository import isn't valid.
Members
- Message
-
- Type: string
A detailed error message.
InvalidNetworkSettings
[ 'InvalidRouteTableId' => '<string>', 'InvalidSecurityGroupId' => '<string>', 'InvalidSubnetId' => '<string>', 'Message' => '<string>', ]
Description
One or more network settings specified in the request are invalid.
Members
- InvalidRouteTableId
-
- Type: string
The route table ID is either invalid or not part of the VPC specified.
- InvalidSecurityGroupId
-
- Type: string
The security group ID is either invalid or not part of the VPC specified.
- InvalidSubnetId
-
- Type: string
The subnet ID that is either invalid or not part of the VPC specified.
- Message
-
- Type: string
Error message explaining what's wrong with network settings.
InvalidPerUnitStorageThroughput
[ 'Message' => '<string>', ]
Description
An invalid value for PerUnitStorageThroughput
was provided. Please create your file system again, using a valid value.
Members
- Message
-
- Type: string
A detailed error message.
InvalidRegion
[ 'Message' => '<string>', ]
Description
The Region provided for SourceRegion
is not valid or is in a different Amazon Web Services partition.
Members
- Message
-
- Type: string
A detailed error message.
InvalidSourceKmsKey
[ 'Message' => '<string>', ]
Description
The Key Management Service (KMS) key of the source backup is not valid.
Members
- Message
-
- Type: string
A detailed error message.
MissingFileCacheConfiguration
[ 'Message' => '<string>', ]
Description
A cache configuration is required for this operation.
Members
- Message
-
- Type: string
A detailed error message.
MissingFileSystemConfiguration
[ 'Message' => '<string>', ]
Description
A file system configuration is required for this operation.
Members
- Message
-
- Type: string
A detailed error message.
MissingVolumeConfiguration
[ 'Message' => '<string>', ]
Description
A volume configuration is required for this operation.
Members
- Message
-
- Type: string
A detailed error message.
NotServiceResourceError
[ 'Message' => '<string>', 'ResourceARN' => '<string>', ]
Description
The resource specified for the tagging operation is not a resource type owned by Amazon FSx. Use the API of the relevant service to perform the operation.
Members
- Message
-
- Type: string
A detailed error message.
- ResourceARN
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the non-Amazon FSx resource.
ResourceDoesNotSupportTagging
[ 'Message' => '<string>', 'ResourceARN' => '<string>', ]
Description
The resource specified does not support tagging.
Members
- Message
-
- Type: string
A detailed error message.
- ResourceARN
-
- Required: Yes
- Type: string
The Amazon Resource Name (ARN) of the resource that doesn't support tagging.
ResourceNotFound
[ 'Message' => '<string>', 'ResourceARN' => '<string>', ]
Description
The resource specified by the Amazon Resource Name (ARN) can't be found.
Members
- Message
-
- Type: string
A detailed error message.
- ResourceARN
-
- Required: Yes
- Type: string
The resource ARN of the resource that can't be found.
ServiceLimitExceeded
[ 'Limit' => 'FILE_SYSTEM_COUNT|TOTAL_THROUGHPUT_CAPACITY|TOTAL_STORAGE|TOTAL_USER_INITIATED_BACKUPS|TOTAL_USER_TAGS|TOTAL_IN_PROGRESS_COPY_BACKUPS|STORAGE_VIRTUAL_MACHINES_PER_FILE_SYSTEM|VOLUMES_PER_FILE_SYSTEM|TOTAL_SSD_IOPS|FILE_CACHE_COUNT', 'Message' => '<string>', ]
Description
An error indicating that a particular service limit was exceeded. You can increase some service limits by contacting Amazon Web Services Support.
Members
- Limit
-
- Required: Yes
- Type: string
Enumeration of the service limit that was exceeded.
- Message
-
- Type: string
A detailed error message.
SnapshotNotFound
[ 'Message' => '<string>', ]
Description
No Amazon FSx snapshots were found based on the supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.
SourceBackupUnavailable
[ 'BackupId' => '<string>', 'Message' => '<string>', ]
Description
The request was rejected because the lifecycle status of the source backup isn't AVAILABLE
.
Members
- BackupId
-
- Type: string
The ID of the source backup. Specifies the backup that you are copying.
- Message
-
- Type: string
A detailed error message.
StorageVirtualMachineNotFound
[ 'Message' => '<string>', ]
Description
No FSx for ONTAP SVMs were found based upon the supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.
UnsupportedOperation
[ 'Message' => '<string>', ]
Description
The requested operation is not supported for this resource or API.
Members
- Message
-
- Type: string
A detailed error message.
VolumeNotFound
[ 'Message' => '<string>', ]
Description
No Amazon FSx volumes were found based upon the supplied parameters.
Members
- Message
-
- Type: string
A detailed error message.