Module: Aws::APIGateway::Client::_UpdateGatewayResponseResponseSuccess
- Includes:
- Seahorse::Client::_ResponseSuccess[Types::GatewayResponse]
- Defined in:
- sig/client.rbs
Instance Method Summary collapse
- #default_response ⇒ Boolean
- #response_parameters ⇒ ::Hash[::String, ::String]
- #response_templates ⇒ ::Hash[::String, ::String]
- #response_type ⇒ "DEFAULT_4XX", ...
- #status_code ⇒ ::String
Instance Method Details
#default_response ⇒ Boolean
1931 |
# File 'sig/client.rbs', line 1931
def default_response: () -> bool
|
#response_parameters ⇒ ::Hash[::String, ::String]
1929 |
# File 'sig/client.rbs', line 1929
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
1930 |
# File 'sig/client.rbs', line 1930
def response_templates: () -> ::Hash[::String, ::String]
|
#response_type ⇒ "DEFAULT_4XX", ...
1927 |
# File 'sig/client.rbs', line 1927
def response_type: () -> ("DEFAULT_4XX" | "DEFAULT_5XX" | "RESOURCE_NOT_FOUND" | "UNAUTHORIZED" | "INVALID_API_KEY" | "ACCESS_DENIED" | "AUTHORIZER_FAILURE" | "AUTHORIZER_CONFIGURATION_ERROR" | "INVALID_SIGNATURE" | "EXPIRED_TOKEN" | "MISSING_AUTHENTICATION_TOKEN" | "INTEGRATION_FAILURE" | "INTEGRATION_TIMEOUT" | "API_CONFIGURATION_ERROR" | "UNSUPPORTED_MEDIA_TYPE" | "BAD_REQUEST_PARAMETERS" | "BAD_REQUEST_BODY" | "REQUEST_TOO_LARGE" | "THROTTLED" | "QUOTA_EXCEEDED" | "WAF_FILTERED")
|
#status_code ⇒ ::String
1928 |
# File 'sig/client.rbs', line 1928
def status_code: () -> ::String
|