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
3874 3875 3876 3877 3878 |
# File 'lib/aws-sdk-apigateway/types.rb', line 3874 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |