BatchReadExceptionType
public enum BatchReadExceptionType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case validationexception = "ValidationException"
-
Undocumented
Declaration
Swift
case invalidarnexception = "InvalidArnException"
-
Undocumented
Declaration
Swift
case resourcenotfoundexception = "ResourceNotFoundException"
-
Undocumented
Declaration
Swift
case invalidnexttokenexception = "InvalidNextTokenException"
-
Undocumented
Declaration
Swift
case accessdeniedexception = "AccessDeniedException"
-
Undocumented
Declaration
Swift
case notnodeexception = "NotNodeException"
-
Undocumented
Declaration
Swift
case facetvalidationexception = "FacetValidationException"
-
Undocumented
Declaration
Swift
case cannotlistparentofrootexception = "CannotListParentOfRootException"
-
Undocumented
Declaration
Swift
case notindexexception = "NotIndexException"
-
Undocumented
Declaration
Swift
case notpolicyexception = "NotPolicyException"
-
Undocumented
Declaration
Swift
case directorynotenabledexception = "DirectoryNotEnabledException"
-
Undocumented
Declaration
Swift
case limitexceededexception = "LimitExceededException"
-
Undocumented
Declaration
Swift
case internalserviceexception = "InternalServiceException"
-
Declaration
Swift
public var description: String { get }