Class: Aws::APIGateway::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::APIGateway::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apigateway/types.rb
Overview
The requested resource is not found. Make sure that the request URI is correct.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5482 5483 5484 5485 5486 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5482 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |