Class: Aws::FMS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fms/types.rb
Overview
The specified resource was not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4298 4299 4300 4301 4302 |
# File 'lib/aws-sdk-fms/types.rb', line 4298 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |