Class: Aws::GlueDataBrew::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlueDataBrew::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- 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
3214 3215 3216 3217 3218 |
# File 'lib/aws-sdk-gluedatabrew/types.rb', line 3214 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |