Class CloudDirectoryException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CloudDirectory\Exception\CloudDirectoryException
- Namespace: Aws\CloudDirectory\Exception
- Located at CloudDirectory/Exception/CloudDirectoryException.php
Represents an error interacting with the Amazon CloudDirectory 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
AccessDeniedException
[ 'Message' => '<string>', ]
Description
Access denied or directory not found. Either you don't have permissions for this directory or the directory does not exist. Try calling ListDirectories and check your permissions.
Members
- Message
-
- Type: string
BatchWriteException
[ 'Index' => <integer>, 'Message' => '<string>', 'Type' => 'InternalServiceException|ValidationException|InvalidArnException|LinkNameAlreadyInUseException|StillContainsLinksException|FacetValidationException|ObjectNotDetachedException|ResourceNotFoundException|AccessDeniedException|InvalidAttachmentException|NotIndexException|NotNodeException|IndexedAttributeMissingException|ObjectAlreadyDetachedException|NotPolicyException|DirectoryNotEnabledException|LimitExceededException|UnsupportedIndexTypeException', ]
Description
A BatchWrite
exception has occurred.
Members
- Index
-
- Type: int
- Message
-
- Type: string
- Type
-
- Type: string
CannotListParentOfRootException
[ 'Message' => '<string>', ]
DirectoryAlreadyExistsException
[ 'Message' => '<string>', ]
Description
Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.
Members
- Message
-
- Type: string
DirectoryDeletedException
[ 'Message' => '<string>', ]
Description
A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.
Members
- Message
-
- Type: string
DirectoryNotDisabledException
[ 'Message' => '<string>', ]
Description
An operation can only operate on a disabled directory.
Members
- Message
-
- Type: string
DirectoryNotEnabledException
[ 'Message' => '<string>', ]
Description
Operations are only permitted on enabled directories.
Members
- Message
-
- Type: string
FacetAlreadyExistsException
[ 'Message' => '<string>', ]
Description
A facet with the same name already exists.
Members
- Message
-
- Type: string
FacetInUseException
[ 'Message' => '<string>', ]
Description
Occurs when deleting a facet that contains an attribute that is a target to an attribute reference in a different facet.
Members
- Message
-
- Type: string
FacetNotFoundException
[ 'Message' => '<string>', ]
FacetValidationException
[ 'Message' => '<string>', ]
Description
The Facet that you provided was not well formed or could not be validated with the schema.
Members
- Message
-
- Type: string
IncompatibleSchemaException
[ 'Message' => '<string>', ]
Description
Indicates a failure occurred while performing a check for backward compatibility between the specified schema and the schema that is currently applied to the directory.
Members
- Message
-
- Type: string
IndexedAttributeMissingException
[ 'Message' => '<string>', ]
Description
An object has been attempted to be attached to an object that does not have the appropriate attribute value.
Members
- Message
-
- Type: string
InternalServiceException
[ 'Message' => '<string>', ]
Description
Indicates a problem that must be resolved by Amazon Web Services. This might be a transient error in which case you can retry your request until it succeeds. Otherwise, go to the AWS Service Health Dashboard site to see if there are any operational issues with the service.
Members
- Message
-
- Type: string
InvalidArnException
[ 'Message' => '<string>', ]
Description
Indicates that the provided ARN value is not valid.
Members
- Message
-
- Type: string
InvalidAttachmentException
[ 'Message' => '<string>', ]
Description
Indicates that an attempt to make an attachment was invalid. For example, attaching two nodes with a link type that is not applicable to the nodes or attempting to apply a schema to a directory a second time.
Members
- Message
-
- Type: string
InvalidFacetUpdateException
[ 'Message' => '<string>', ]
Description
An attempt to modify a Facet resulted in an invalid schema exception.
Members
- Message
-
- Type: string
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
Indicates that the NextToken
value is not valid.
Members
- Message
-
- Type: string
InvalidRuleException
[ 'Message' => '<string>', ]
Description
Occurs when any of the rule parameter keys or values are invalid.
Members
- Message
-
- Type: string
InvalidSchemaDocException
[ 'Message' => '<string>', ]
Description
Indicates that the provided SchemaDoc
value is not valid.
Members
- Message
-
- Type: string
InvalidTaggingRequestException
[ 'Message' => '<string>', ]
Description
Can occur for multiple reasons such as when you tag a resource that doesn’t exist or if you specify a higher number of tags for a resource than the allowed limit. Allowed limit is 50 tags per resource.
Members
- Message
-
- Type: string
LimitExceededException
[ 'Message' => '<string>', ]
Description
Indicates that limits are exceeded. See Limits for more information.
Members
- Message
-
- Type: string
LinkNameAlreadyInUseException
[ 'Message' => '<string>', ]
Description
Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.
Members
- Message
-
- Type: string
NotIndexException
[ 'Message' => '<string>', ]
Description
Indicates that the requested operation can only operate on index objects.
Members
- Message
-
- Type: string
NotNodeException
[ 'Message' => '<string>', ]
Description
Occurs when any invalid operations are performed on an object that is not a node, such as calling ListObjectChildren
for a leaf node object.
Members
- Message
-
- Type: string
NotPolicyException
[ 'Message' => '<string>', ]
Description
Indicates that the requested operation can only operate on policy objects.
Members
- Message
-
- Type: string
ObjectAlreadyDetachedException
[ 'Message' => '<string>', ]
Description
Indicates that the object is not attached to the index.
Members
- Message
-
- Type: string
ObjectNotDetachedException
[ 'Message' => '<string>', ]
Description
Indicates that the requested operation cannot be completed because the object has not been detached from the tree.
Members
- Message
-
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The specified resource could not be found.
Members
- Message
-
- Type: string
RetryableConflictException
[ 'Message' => '<string>', ]
Description
Occurs when a conflict with a previous successful write is detected. For example, if a write operation occurs on an object and then an attempt is made to read the object using “SERIALIZABLE” consistency, this exception may result. This generally occurs when the previous write did not have time to propagate to the host serving the current request. A retry (with appropriate backoff logic) is the recommended response to this exception.
Members
- Message
-
- Type: string
SchemaAlreadyExistsException
[ 'Message' => '<string>', ]
Description
Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.
Members
- Message
-
- Type: string
SchemaAlreadyPublishedException
[ 'Message' => '<string>', ]
Description
Indicates that a schema is already published.
Members
- Message
-
- Type: string
StillContainsLinksException
[ 'Message' => '<string>', ]
Description
The object could not be deleted because links still exist. Remove the links and then try the operation again.
Members
- Message
-
- Type: string
UnsupportedIndexTypeException
[ 'Message' => '<string>', ]
Description
Indicates that the requested index type is not supported.
Members
- Message
-
- Type: string
ValidationException
[ 'Message' => '<string>', ]
Description
Indicates that your request is malformed in some manner. See the exception message.
Members
- Message
-
- Type: string