CloudDirectoryErrorType
public enum CloudDirectoryErrorType : AWSErrorType
extension CloudDirectoryErrorType : CustomStringConvertible
Error enum for CloudDirectory
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case batchWriteException(message: String?)
-
Undocumented
Declaration
Swift
case cannotListParentOfRootException(message: String?)
-
Undocumented
Declaration
Swift
case directoryAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case directoryDeletedException(message: String?)
-
Undocumented
Declaration
Swift
case directoryNotDisabledException(message: String?)
-
Undocumented
Declaration
Swift
case directoryNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case facetAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case facetInUseException(message: String?)
-
Undocumented
Declaration
Swift
case facetNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case facetValidationException(message: String?)
-
Undocumented
Declaration
Swift
case incompatibleSchemaException(message: String?)
-
Undocumented
Declaration
Swift
case indexedAttributeMissingException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidAttachmentException(message: String?)
-
Undocumented
Declaration
Swift
case invalidFacetUpdateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRuleException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSchemaDocException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTaggingRequestException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case linkNameAlreadyInUseException(message: String?)
-
Undocumented
Declaration
Swift
case notIndexException(message: String?)
-
Undocumented
Declaration
Swift
case notNodeException(message: String?)
-
Undocumented
Declaration
Swift
case notPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case objectAlreadyDetachedException(message: String?)
-
Undocumented
Declaration
Swift
case objectNotDetachedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case retryableConflictException(message: String?)
-
Undocumented
Declaration
Swift
case schemaAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case schemaAlreadyPublishedException(message: String?)
-
Undocumented
Declaration
Swift
case stillContainsLinksException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedIndexTypeException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }