Class: Aws::Glue::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the problem.
Instance Attribute Details
#message ⇒ String
A message describing the problem.
25387 25388 25389 25390 25391 |
# File 'lib/aws-sdk-glue/types.rb', line 25387 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |