MigrationHubErrorType
public enum MigrationHubErrorType : AWSErrorType
extension MigrationHubErrorType : CustomStringConvertible
Error enum for MigrationHub
-
Undocumented
Declaration
Swift
case accessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case dryRunOperation(message: String?)
-
Undocumented
Declaration
Swift
case homeRegionNotSetException(message: String?)
-
Undocumented
Declaration
Swift
case internalServerError(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputException(message: String?)
-
Undocumented
Declaration
Swift
case policyErrorException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case serviceUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case throttlingException(message: String?)
-
Undocumented
Declaration
Swift
case unauthorizedOperation(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }