Class: Aws::LakeFormation::Types::EntityNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/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)


1138
1139
1140
1141
1142
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1138

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