Module: Aws::APIGateway::Client::_GetGatewayResponseResponseSuccess
- 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
979 |
# File 'sig/client.rbs', line 979
def default_response: () -> bool
|
#response_parameters ⇒ ::Hash[::String, ::String]
977 |
# File 'sig/client.rbs', line 977
def response_parameters: () -> ::Hash[::String, ::String]
|
#response_templates ⇒ ::Hash[::String, ::String]
978 |
# File 'sig/client.rbs', line 978
def response_templates: () -> ::Hash[::String, ::String]
|
#response_type ⇒ "DEFAULT_4XX", ...
975 |
# File 'sig/client.rbs', line 975
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
976 |
# File 'sig/client.rbs', line 976
def status_code: () -> ::String
|