Class: Aws::GlueDataBrew::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb
Overview
One or more resources can't be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4178 4179 4180 4181 4182 |
# File 'gems/aws-sdk-gluedatabrew/lib/aws-sdk-gluedatabrew/types.rb', line 4178 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |