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
permalink #message ⇒ String
5524 5525 5526 5527 5528 |
# File 'lib/aws-sdk-apigateway/types.rb', line 5524 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |