Class: Aws::LakeFormation::Types::ExpiredException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


1195
1196
1197
1198
1199
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 1195

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