You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::APIGateway::Types::UpdateGatewayResponseRequestWhen passing UpdateGatewayResponseRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
rest_api_id: "String", response_type: "DEFAULT_4XX", patch_operations: [
{
op: "add", path: "String",
value: "String",
from: "String",
},
],
}
Updates a GatewayResponse of a specified response type on the given RestApi.
Instance Attribute Summary collapseA list of update operations to be applied to the specified resource and in the order specified in this list.
[Required] The response type of the associated GatewayResponse.
[Required] The string identifier of the associated RestApi.
A list of update operations to be applied to the specified resource and in the order specified in this list.
#response_type ⇒ String[Required] 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_TYPE
Possible values:
[Required] The string identifier of the associated RestApi.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4