Class: Aws::FIS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
The specified resource cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1820 1821 1822 1823 1824 |
# File 'lib/aws-sdk-fis/types.rb', line 1820 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |