Class: Aws::DataZone::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datazone/types.rb
Overview
The specified resource cannot be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
16760 16761 16762 16763 16764 |
# File 'lib/aws-sdk-datazone/types.rb', line 16760 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |