Class: Aws::DataZone::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataZone::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-datazone/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
16879 16880 16881 16882 16883 |
# File 'gems/aws-sdk-datazone/lib/aws-sdk-datazone/types.rb', line 16879 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |