WorkMailErrorType
public enum WorkMailErrorType : AWSErrorType
extension WorkMailErrorType : CustomStringConvertible
Error enum for WorkMail
-
Undocumented
Declaration
Swift
case directoryServiceAuthenticationFailedException(message: String?)
-
Undocumented
Declaration
Swift
case directoryUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case emailAddressInUseException(message: String?)
-
Undocumented
Declaration
Swift
case entityAlreadyRegisteredException(message: String?)
-
Undocumented
Declaration
Swift
case entityNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case entityStateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPasswordException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case mailDomainNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case mailDomainStateException(message: String?)
-
Undocumented
Declaration
Swift
case nameAvailabilityException(message: String?)
-
Undocumented
Declaration
Swift
case organizationNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case organizationStateException(message: String?)
-
Undocumented
Declaration
Swift
case reservedNameException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedOperationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }