ErrorCode
public enum ErrorCode : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case resourcenotfoundexception = "ResourceNotFoundException"
-
Undocumented
Declaration
Swift
case invalidrequestexception = "InvalidRequestException"
-
Undocumented
Declaration
Swift
case internalfailureexception = "InternalFailureException"
-
Undocumented
Declaration
Swift
case serviceunavailableexception = "ServiceUnavailableException"
-
Undocumented
Declaration
Swift
case throttlingexception = "ThrottlingException"
-
Declaration
Swift
public var description: String { get }