SMSErrorType
public enum SMSErrorType : AWSErrorType
extension SMSErrorType : CustomStringConvertible
Error enum for SMS
-
Undocumented
Declaration
Swift
case dryRunOperationException(message: String?)
-
Undocumented
Declaration
Swift
case internalError(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterException(message: String?)
-
Undocumented
Declaration
Swift
case missingRequiredParameterException(message: String?)
-
Undocumented
Declaration
Swift
case noConnectorsAvailableException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotPermittedException(message: String?)
-
Undocumented
Declaration
Swift
case replicationJobAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case replicationJobNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case replicationRunLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case serverCannotBeReplicatedException(message: String?)
-
Undocumented
Declaration
Swift
case temporarilyUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedOperationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }