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.
1273 1274 1275 1276 1277 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 1273 class ExpiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |