AlexaForBusinessErrorType
public enum AlexaForBusinessErrorType : AWSErrorType
extension AlexaForBusinessErrorType : CustomStringConvertible
Error enum for AlexaForBusiness
-
Undocumented
Declaration
Swift
case alreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case deviceNotRegisteredException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCertificateAuthorityException(message: String?)
-
Undocumented
Declaration
Swift
case invalidDeviceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSecretsManagerResourceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidServiceLinkedRoleStateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidUserStatusException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case nameInUseException(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceAssociatedException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case skillNotLinkedException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }