Class: Aws::ApiGatewayV2::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ApiGatewayV2::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigatewayv2/types.rb
Overview
The resource specified in the request was not found. See the message field for more information.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Describes the error encountered.
-
#resource_type ⇒ String
The resource type.
Instance Attribute Details
#message ⇒ String
Describes the error encountered.
5196 5197 5198 5199 5200 5201 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5196 class NotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type.
5196 5197 5198 5199 5200 5201 |
# File 'lib/aws-sdk-apigatewayv2/types.rb', line 5196 class NotFoundException < Struct.new( :message, :resource_type) SENSITIVE = [] include Aws::Structure end |