Class: Aws::LakeFormation::Types::ExpiredException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ExpiredException
- Defined in:
- gems/aws-sdk-lakeformation/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 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1273 class ExpiredException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |