Class: Aws::AppSync::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
The resource specified in the request was not found. Check the resource, and then try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3651 3652 3653 3654 3655 |
# File 'lib/aws-sdk-appsync/types.rb', line 3651 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |