Expand description

Errors that can occur when calling the service.

Modules

Structs

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.

Error type for the AddFacetToObject operation.

Error type for the ApplySchema operation.

Error type for the AttachObject operation.

Error type for the AttachPolicy operation.

Error type for the AttachToIndex operation.

Error type for the AttachTypedLink operation.

Error type for the BatchRead operation.

Error type for the BatchWrite operation.

A BatchWrite exception has occurred.

Cannot list the parents of a Directory root.

Error type for the CreateDirectory operation.

Error type for the CreateFacet operation.

Error type for the CreateIndex operation.

Error type for the CreateObject operation.

Error type for the CreateSchema operation.

Error type for the CreateTypedLinkFacet operation.

Error type for the DeleteDirectory operation.

Error type for the DeleteFacet operation.

Error type for the DeleteObject operation.

Error type for the DeleteSchema operation.

Error type for the DeleteTypedLinkFacet operation.

Error type for the DetachFromIndex operation.

Error type for the DetachObject operation.

Error type for the DetachPolicy operation.

Error type for the DetachTypedLink operation.

Indicates that a Directory could not be created due to a naming conflict. Choose a different name and try again.

A directory that has been deleted and to which access has been attempted. Note: The requested resource will eventually cease to exist.

An operation can only operate on a disabled directory.

Operations are only permitted on enabled directories.

Error type for the DisableDirectory operation.

Error type for the EnableDirectory operation.

A facet with the same name already exists.

Occurs when deleting a facet that contains an attribute that is a target to an attribute reference in a different facet.

The specified Facet could not be found.

The Facet that you provided was not well formed or could not be validated with the schema.

Error type for the GetAppliedSchemaVersion operation.

Error type for the GetDirectory operation.

Error type for the GetFacet operation.

Error type for the GetLinkAttributes operation.

Error type for the GetObjectAttributes operation.

Error type for the GetObjectInformation operation.

Error type for the GetSchemaAsJson operation.

Error type for the GetTypedLinkFacetInformation operation.

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.

An object has been attempted to be attached to an object that does not have the appropriate attribute value.

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.

Indicates that the provided ARN value is not valid.

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.

An attempt to modify a Facet resulted in an invalid schema exception.

Indicates that the NextToken value is not valid.

Occurs when any of the rule parameter keys or values are invalid.

Indicates that the provided SchemaDoc value is not valid.

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.

Indicates that limits are exceeded. See Limits for more information.

Indicates that a link could not be created due to a naming conflict. Choose a different name and then try again.

Error type for the ListAppliedSchemaArns operation.

Error type for the ListAttachedIndices operation.

Error type for the ListDevelopmentSchemaArns operation.

Error type for the ListDirectories operation.

Error type for the ListFacetAttributes operation.

Error type for the ListFacetNames operation.

Error type for the ListIncomingTypedLinks operation.

Error type for the ListIndex operation.

Error type for the ListManagedSchemaArns operation.

Error type for the ListObjectAttributes operation.

Error type for the ListObjectChildren operation.

Error type for the ListObjectParentPaths operation.

Error type for the ListObjectParents operation.

Error type for the ListObjectPolicies operation.

Error type for the ListOutgoingTypedLinks operation.

Error type for the ListPolicyAttachments operation.

Error type for the ListPublishedSchemaArns operation.

Error type for the ListTagsForResource operation.

Error type for the ListTypedLinkFacetAttributes operation.

Error type for the ListTypedLinkFacetNames operation.

Error type for the LookupPolicy operation.

Indicates that the requested operation can only operate on index objects.

Occurs when any invalid operations are performed on an object that is not a node, such as calling ListObjectChildren for a leaf node object.

Indicates that the requested operation can only operate on policy objects.

Indicates that the object is not attached to the index.

Indicates that the requested operation cannot be completed because the object has not been detached from the tree.

Error type for the PublishSchema operation.

Error type for the PutSchemaFromJson operation.

Error type for the RemoveFacetFromObject operation.

The specified resource could not be found.

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.

Indicates that a schema could not be created due to a naming conflict. Please select a different name and then try again.

Indicates that a schema is already published.

The object could not be deleted because links still exist. Remove the links and then try the operation again.

Error type for the TagResource operation.

Indicates that the requested index type is not supported.

Error type for the UntagResource operation.

Error type for the UpdateFacet operation.

Error type for the UpdateLinkAttributes operation.

Error type for the UpdateObjectAttributes operation.

Error type for the UpdateSchema operation.

Error type for the UpdateTypedLinkFacet operation.

Error type for the UpgradeAppliedSchema operation.

Error type for the UpgradePublishedSchema operation.

Indicates that your request is malformed in some manner. See the exception message.

Enums

Types of errors that can occur for the AddFacetToObject operation.

Types of errors that can occur for the ApplySchema operation.

Types of errors that can occur for the AttachObject operation.

Types of errors that can occur for the AttachPolicy operation.

Types of errors that can occur for the AttachToIndex operation.

Types of errors that can occur for the AttachTypedLink operation.

Types of errors that can occur for the BatchRead operation.

Types of errors that can occur for the BatchWrite operation.

Types of errors that can occur for the CreateDirectory operation.

Types of errors that can occur for the CreateFacet operation.

Types of errors that can occur for the CreateIndex operation.

Types of errors that can occur for the CreateObject operation.

Types of errors that can occur for the CreateSchema operation.

Types of errors that can occur for the CreateTypedLinkFacet operation.

Types of errors that can occur for the DeleteDirectory operation.

Types of errors that can occur for the DeleteFacet operation.

Types of errors that can occur for the DeleteObject operation.

Types of errors that can occur for the DeleteSchema operation.

Types of errors that can occur for the DeleteTypedLinkFacet operation.

Types of errors that can occur for the DetachFromIndex operation.

Types of errors that can occur for the DetachObject operation.

Types of errors that can occur for the DetachPolicy operation.

Types of errors that can occur for the DetachTypedLink operation.

Types of errors that can occur for the DisableDirectory operation.

Types of errors that can occur for the EnableDirectory operation.

Types of errors that can occur for the GetAppliedSchemaVersion operation.

Types of errors that can occur for the GetDirectory operation.

Types of errors that can occur for the GetFacet operation.

Types of errors that can occur for the GetLinkAttributes operation.

Types of errors that can occur for the GetObjectAttributes operation.

Types of errors that can occur for the GetObjectInformation operation.

Types of errors that can occur for the GetSchemaAsJson operation.

Types of errors that can occur for the GetTypedLinkFacetInformation operation.

Types of errors that can occur for the ListAppliedSchemaArns operation.

Types of errors that can occur for the ListAttachedIndices operation.

Types of errors that can occur for the ListDevelopmentSchemaArns operation.

Types of errors that can occur for the ListDirectories operation.

Types of errors that can occur for the ListFacetAttributes operation.

Types of errors that can occur for the ListFacetNames operation.

Types of errors that can occur for the ListIncomingTypedLinks operation.

Types of errors that can occur for the ListIndex operation.

Types of errors that can occur for the ListManagedSchemaArns operation.

Types of errors that can occur for the ListObjectAttributes operation.

Types of errors that can occur for the ListObjectChildren operation.

Types of errors that can occur for the ListObjectParentPaths operation.

Types of errors that can occur for the ListObjectParents operation.

Types of errors that can occur for the ListObjectPolicies operation.

Types of errors that can occur for the ListOutgoingTypedLinks operation.

Types of errors that can occur for the ListPolicyAttachments operation.

Types of errors that can occur for the ListPublishedSchemaArns operation.

Types of errors that can occur for the ListTagsForResource operation.

Types of errors that can occur for the ListTypedLinkFacetAttributes operation.

Types of errors that can occur for the ListTypedLinkFacetNames operation.

Types of errors that can occur for the LookupPolicy operation.

Types of errors that can occur for the PublishSchema operation.

Types of errors that can occur for the PutSchemaFromJson operation.

Types of errors that can occur for the RemoveFacetFromObject operation.

Types of errors that can occur for the TagResource operation.

Types of errors that can occur for the UntagResource operation.

Types of errors that can occur for the UpdateFacet operation.

Types of errors that can occur for the UpdateLinkAttributes operation.

Types of errors that can occur for the UpdateObjectAttributes operation.

Types of errors that can occur for the UpdateSchema operation.

Types of errors that can occur for the UpdateTypedLinkFacet operation.

Types of errors that can occur for the UpgradeAppliedSchema operation.

Types of errors that can occur for the UpgradePublishedSchema operation.