Class: Aws::LakeFormation::Types::EntityNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::EntityNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/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.
1194 1195 1196 1197 1198 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1194 class EntityNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |