Class: Aws::ResourceExplorer2::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
You specified a resource that doesn’t exist. Check the ID or ARN that you used to identity the resource, and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1298 1299 1300 1301 1302 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 1298 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |