SnowballErrorType
public enum SnowballErrorType : AWSErrorType
extension SnowballErrorType : CustomStringConvertible
Error enum for Snowball
-
Undocumented
Declaration
Swift
case clusterLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case ec2RequestFailedException(message: String?)
-
Undocumented
Declaration
Swift
case invalidAddressException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInputCombinationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidJobStateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidResourceException(message: String?)
-
Undocumented
Declaration
Swift
case kMSRequestFailedException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedAddressException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }