S3ControlErrorType
public enum S3ControlErrorType : AWSErrorType
extension S3ControlErrorType : CustomStringConvertible
Error enum for S3Control
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case idempotencyException(message: String?)
-
Undocumented
Declaration
Swift
case internalServiceException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRequestException(message: String?)
-
Undocumented
Declaration
Swift
case jobStatusException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchPublicAccessBlockConfiguration(message: String?)
-
Undocumented
Declaration
Swift
case notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }