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

#from_federation_sourceBoolean

Indicates whether or not the exception relates to a federated source.

Returns:

  • (Boolean)


8373
8374
8375
8376
8377
8378
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8373

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

#messageString

A message describing the problem.

Returns:

  • (String)


8373
8374
8375
8376
8377
8378
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 8373

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