Method: Aws::APIGateway::Types::GatewayResponse#status_code
- Defined in:
- lib/aws-sdk-apigateway/types.rb
#status_code ⇒ String
The HTTP status code for this GatewayResponse.
2927 2928 2929 2930 2931 2932 2933 2934 2935 |
# File 'lib/aws-sdk-apigateway/types.rb', line 2927 class GatewayResponse < Struct.new( :response_type, :status_code, :response_parameters, :response_templates, :default_response) SENSITIVE = [] include Aws::Structure end |