Class: Aws::ControlCatalog::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ControlCatalog::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-controlcatalog/types.rb
Overview
The requested resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
670 671 672 673 674 |
# File 'lib/aws-sdk-controlcatalog/types.rb', line 670 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |