Class: Aws::FMS::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-fms/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
4307 4308 4309 4310 4311 |
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 4307 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |