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.
21265 21266 21267 21268 21269 |
# File 'lib/aws-sdk-glue/types.rb', line 21265 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |