Enumerations

The following enumerations are available globally.

  • Undocumented

    See more

    Declaration

    Objective-C

    NS_ENUM(NSInteger, AWSAPIGatewayErrorType) {
        AWSAPIGatewayErrorTypeUnknown,
        AWSAPIGatewayErrorTypeClient,
        AWSAPIGatewayErrorTypeService,
    }

    Swift

    enum AWSAPIGatewayErrorType : Int, @unchecked Sendable