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
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
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
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
DirectoryNotDisabledException
[ 'Message' => '<string>', ]
DirectoryNotEnabledException
[ 'Message' => '<string>', ]
FacetAlreadyExistsException
[ 'Message' => '<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
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
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
IndexedAttributeMissingException
[ 'Message' => '<string>', ]
Description
An object has been attempted to be attached to an object that does not have the appropriate attribute value.
Members
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
InvalidArnException
[ 'Message' => '<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
InvalidFacetUpdateException
[ 'Message' => '<string>', ]
InvalidNextTokenException
[ 'Message' => '<string>', ]
InvalidRuleException
[ 'Message' => '<string>', ]
Description
Occurs when any of the rule parameter keys or values are invalid.
Members
InvalidSchemaDocException
[ 'Message' => '<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
LimitExceededException
[ 'Message' => '<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
NotIndexException
[ 'Message' => '<string>', ]
Description
Indicates that the requested operation can only operate on index objects.
Members
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
NotPolicyException
[ 'Message' => '<string>', ]
Description
Indicates that the requested operation can only operate on policy objects.
Members
ObjectAlreadyDetachedException
[ 'Message' => '<string>', ]
ObjectNotDetachedException
[ 'Message' => '<string>', ]
Description
Indicates that the requested operation cannot be completed because the object has not been detached from the tree.
Members
ResourceNotFoundException
[ 'Message' => '<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
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
SchemaAlreadyPublishedException
[ 'Message' => '<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
UnsupportedIndexTypeException
[ 'Message' => '<string>', ]
ValidationException
[ 'Message' => '<string>', ]