Class: Aws::LakeFormation::Types::ExpiredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ExpiredException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lakeformation/types.rb
Overview
Contains details about an error where the query request expired.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#message ⇒ String
A message describing the error.
1317 1318 1319 1320 1321 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1317 class ExpiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |