Class: Aws::ResourceGroups::Types::NotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceGroups::Types::NotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourcegroups/types.rb
Overview
One or more of the specified resources don’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1248 1249 1250 1251 1252 |
# File 'lib/aws-sdk-resourcegroups/types.rb', line 1248 class NotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |