Class: Aws::Glue::Types::TargetResourceNotFound
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::TargetResourceNotFound
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The target 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.
27489 27490 27491 27492 27493 |
# File 'lib/aws-sdk-glue/types.rb', line 27489 class TargetResourceNotFound < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |