ApiGatewayManagementApiErrorType
public enum ApiGatewayManagementApiErrorType : AWSErrorType
extension ApiGatewayManagementApiErrorType : CustomStringConvertible
Error enum for ApiGatewayManagementApi
-
Undocumented
Declaration
Swift
case forbiddenException(message: String?)
-
Undocumented
Declaration
Swift
case goneException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case payloadTooLargeException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }