Class: Aws::Glue::Types::EntityNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::EntityNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
A specified entity does not exist
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.
7238 7239 7240 7241 7242 |
# File 'lib/aws-sdk-glue/types.rb', line 7238 class EntityNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |