Class: Aws::AppMesh::Types::NotFoundException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::AppMesh::Types::NotFoundException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appmesh/types.rb
Overview
The specified resource doesn’t exist. Check your request syntax and try again.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
| 3757 3758 3759 3760 3761 | # File 'lib/aws-sdk-appmesh/types.rb', line 3757 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |