Class: Aws::ApiGatewayV2::Types::NotFoundExceptionResponseContent
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::NotFoundExceptionResponseContent
- Defined in:
- gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb
Overview
The response content for not found exception.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message of the not found exception response content.
-
#resource_type ⇒ String
The resource type of the not found exception response content.
Instance Attribute Details
#message ⇒ String
The message of the not found exception response content.
7099 7100 7101 7102 7103 7104 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7099 class NotFoundExceptionResponseContent < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of the not found exception response content.
7099 7100 7101 7102 7103 7104 |
# File 'gems/aws-sdk-apigatewayv2/lib/aws-sdk-apigatewayv2/types.rb', line 7099 class NotFoundExceptionResponseContent < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |