Class: Aws::ControlTower::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlTower::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controltower/types.rb
Overview
The request references a resource that does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1648 1649 1650 1651 1652 |
# File 'lib/aws-sdk-controltower/types.rb', line 1648 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |