Class: Aws::Glue::Types::EntityNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

A specified entity does not exist

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the problem.

Returns:

  • (String)


7421
7422
7423
7424
7425
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 7421

class EntityNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end