Class EfsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Efs\Exception\EfsException
- Namespace: Aws\Efs\Exception
- Located at Efs/Exception/EfsException.php
Amazon EFS exception.
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
AccessPointAlreadyExists
[ 'AccessPointId' => '<string>', 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the access point that you are trying to create already exists, with the creation token you provided in the request.
Members
- AccessPointId
-
- Required: Yes
- Type: string
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
AccessPointLimitExceeded
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the Amazon Web Services account has already created the maximum number of access points allowed per file system. For more informaton, see https://docs.aws.amazon.com/efs/latest/ug/limits.html#limits-efs-resources-per-account-per-region.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
AccessPointNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the specified AccessPointId
value doesn't exist in the requester's Amazon Web Services account.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
AvailabilityZonesMismatch
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the Availability Zone that was specified for a mount target is different from the Availability Zone that was specified for One Zone storage. For more information, see Regional and One Zone storage redundancy.
Members
- ErrorCode
-
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
BadRequest
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the request is malformed or contains an error such as an invalid parameter value or a missing required parameter.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
DependencyTimeout
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
The service timed out trying to fulfill the request, and the client should try the call again.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
FileSystemAlreadyExists
[ 'ErrorCode' => '<string>', 'FileSystemId' => '<string>', 'Message' => '<string>', ]
Description
Returned if the file system you are trying to create already exists, with the creation token you provided.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- FileSystemId
-
- Required: Yes
- Type: string
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
FileSystemInUse
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if a file system has mount targets.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
FileSystemLimitExceeded
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the Amazon Web Services account has already created the maximum number of file systems allowed per account.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
FileSystemNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the specified FileSystemId
value doesn't exist in the requester's Amazon Web Services account.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
IncorrectFileSystemLifeCycleState
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the file system's lifecycle state is not "available".
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
IncorrectMountTargetState
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the mount target is not in the correct state for the operation.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
InsufficientThroughputCapacity
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if there's not enough capacity to provision additional throughput. This value might be returned when you try to create a file system in provisioned throughput mode, when you attempt to increase the provisioned throughput of an existing file system, or when you attempt to change an existing file system from Bursting Throughput to Provisioned Throughput mode. Try again later.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
InternalServerError
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if an error occurred on the server side.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
InvalidPolicyException
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the FileSystemPolicy
is malformed or contains an error such as a parameter value that is not valid or a missing required parameter. Returned in the case of a policy lockout safety check error.
Members
- ErrorCode
-
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
IpAddressInUse
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the request specified an IpAddress
that is already in use in the subnet.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
MountTargetConflict
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the mount target would violate one of the specified restrictions based on the file system's existing mount targets.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
MountTargetNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if there is no mount target with the specified ID found in the caller's Amazon Web Services account.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
NetworkInterfaceLimitExceeded
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
The calling account has reached the limit for elastic network interfaces for the specific Amazon Web Services Region. Either delete some network interfaces or request that the account quota be raised. For more information, see Amazon VPC Quotas in the Amazon VPC User Guide (see the Network interfaces per Region entry in the Network interfaces table).
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
NoFreeAddressesInSubnet
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if IpAddress
was not specified in the request and there are no free IP addresses in the subnet.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
PolicyNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the default file system policy is in effect for the EFS file system specified.
Members
- ErrorCode
-
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
ReplicationNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the specified file system does not have a replication configuration.
Members
- ErrorCode
-
- Type: string
ReplicationNotFound
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
SecurityGroupLimitExceeded
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the size of SecurityGroups
specified in the request is greater than five.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
SecurityGroupNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if one of the specified security groups doesn't exist in the subnet's virtual private cloud (VPC).
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
SubnetNotFound
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if there is no subnet with ID SubnetId
provided in the request.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
ThrottlingException
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned when the CreateAccessPoint
API action is called too quickly and the number of Access Points on the file system is nearing the limit of 120.
Members
- ErrorCode
-
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
ThroughputLimitExceeded
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the throughput mode or amount of provisioned throughput can't be changed because the throughput limit of 1024 MiB/s has been reached.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
TooManyRequests
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if you don’t wait at least 24 hours before either changing the throughput mode, or decreasing the Provisioned Throughput value.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
UnsupportedAvailabilityZone
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the requested Amazon EFS functionality is not available in the specified Availability Zone.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.
ValidationException
[ 'ErrorCode' => '<string>', 'Message' => '<string>', ]
Description
Returned if the Backup service is not available in the Amazon Web Services Region in which the request was made.
Members
- ErrorCode
-
- Required: Yes
- Type: string
The error code is a string that uniquely identifies an error condition. It is meant to be read and understood by programs that detect and handle errors by type.
- Message
-
- Type: string
The error message contains a generic description of the error condition in English. It is intended for a human audience. Simple programs display the message directly to the end user if they encounter an error condition they don't know how or don't care to handle. Sophisticated programs with more exhaustive error handling and proper internationalization are more likely to ignore the error message.