Method: Aws::APIGateway::Types::GetGatewayResponseRequest#response_type
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#response_type ⇒ String
The response type of the associated GatewayResponse. Valid values are * ACCESS_DENIED
-
API_CONFIGURATION_ERROR
-
AUTHORIZER_FAILURE
-
AUTHORIZER_CONFIGURATION_ERROR
-
BAD_REQUEST_PARAMETERS
-
BAD_REQUEST_BODY
-
DEFAULT_4XX
-
DEFAULT_5XX
-
EXPIRED_TOKEN
-
INVALID_SIGNATURE
-
INTEGRATION_FAILURE
-
INTEGRATION_TIMEOUT
-
INVALID_API_KEY
-
MISSING_AUTHENTICATION_TOKEN
-
QUOTA_EXCEEDED
-
REQUEST_TOO_LARGE
-
RESOURCE_NOT_FOUND
-
THROTTLED
-
UNAUTHORIZED
-
UNSUPPORTED_MEDIA_TYPES
3296 3297 3298 3299 3300 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3296 class GetGatewayResponseRequest < Struct.new( :rest_api_id, :response_type) include Aws::Structure end |