AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Constants used for properties of type GatewayResponseType.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.ConstantClass
    Amazon.APIGateway.GatewayResponseType

Namespace: Amazon.APIGateway
Assembly: AWSSDK.APIGateway.dll
Version: 3.x.y.z

Syntax

C#
public class GatewayResponseType : ConstantClass

The GatewayResponseType type exposes the following members

Constructors

NameDescription
Public Method GatewayResponseType(string)

This constant constructor does not need to be called if the constant you are attempting to use is already defined as a static instance of this class. This constructor should be used to construct constants that are not defined as statics, for instance if attempting to use a feature that is newer than the current version of the SDK.

Properties

NameTypeDescription
Public Property Value System.String Inherited from Amazon.Runtime.ConstantClass.

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method Static Method FindValue(string)

Finds the constant for the unique value.

Fields

NameTypeDescription
Field Static Field ACCESS_DENIED Amazon.APIGateway.GatewayResponseType

Constant ACCESS_DENIED for GatewayResponseType

Field Static Field API_CONFIGURATION_ERROR Amazon.APIGateway.GatewayResponseType

Constant API_CONFIGURATION_ERROR for GatewayResponseType

Field Static Field AUTHORIZER_CONFIGURATION_ERROR Amazon.APIGateway.GatewayResponseType

Constant AUTHORIZER_CONFIGURATION_ERROR for GatewayResponseType

Field Static Field AUTHORIZER_FAILURE Amazon.APIGateway.GatewayResponseType

Constant AUTHORIZER_FAILURE for GatewayResponseType

Field Static Field BAD_REQUEST_BODY Amazon.APIGateway.GatewayResponseType

Constant BAD_REQUEST_BODY for GatewayResponseType

Field Static Field BAD_REQUEST_PARAMETERS Amazon.APIGateway.GatewayResponseType

Constant BAD_REQUEST_PARAMETERS for GatewayResponseType

Field Static Field DEFAULT_4XX Amazon.APIGateway.GatewayResponseType

Constant DEFAULT_4XX for GatewayResponseType

Field Static Field DEFAULT_5XX Amazon.APIGateway.GatewayResponseType

Constant DEFAULT_5XX for GatewayResponseType

Field Static Field EXPIRED_TOKEN Amazon.APIGateway.GatewayResponseType

Constant EXPIRED_TOKEN for GatewayResponseType

Field Static Field INTEGRATION_FAILURE Amazon.APIGateway.GatewayResponseType

Constant INTEGRATION_FAILURE for GatewayResponseType

Field Static Field INTEGRATION_TIMEOUT Amazon.APIGateway.GatewayResponseType

Constant INTEGRATION_TIMEOUT for GatewayResponseType

Field Static Field INVALID_API_KEY Amazon.APIGateway.GatewayResponseType

Constant INVALID_API_KEY for GatewayResponseType

Field Static Field INVALID_SIGNATURE Amazon.APIGateway.GatewayResponseType

Constant INVALID_SIGNATURE for GatewayResponseType

Field Static Field MISSING_AUTHENTICATION_TOKEN Amazon.APIGateway.GatewayResponseType

Constant MISSING_AUTHENTICATION_TOKEN for GatewayResponseType

Field Static Field QUOTA_EXCEEDED Amazon.APIGateway.GatewayResponseType

Constant QUOTA_EXCEEDED for GatewayResponseType

Field Static Field REQUEST_TOO_LARGE Amazon.APIGateway.GatewayResponseType

Constant REQUEST_TOO_LARGE for GatewayResponseType

Field Static Field RESOURCE_NOT_FOUND Amazon.APIGateway.GatewayResponseType

Constant RESOURCE_NOT_FOUND for GatewayResponseType

Field Static Field THROTTLED Amazon.APIGateway.GatewayResponseType

Constant THROTTLED for GatewayResponseType

Field Static Field UNAUTHORIZED Amazon.APIGateway.GatewayResponseType

Constant UNAUTHORIZED for GatewayResponseType

Field Static Field UNSUPPORTED_MEDIA_TYPE Amazon.APIGateway.GatewayResponseType

Constant UNSUPPORTED_MEDIA_TYPE for GatewayResponseType

Field Static Field WAF_FILTERED Amazon.APIGateway.GatewayResponseType

Constant WAF_FILTERED for GatewayResponseType

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5