Class: Aws::LakeFormation::Types::ThrottledException

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 was throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message describing the error.

Returns:

  • (String)


3427
3428
3429
3430
3431
# File 'gems/aws-sdk-lakeformation/lib/aws-sdk-lakeformation/types.rb', line 3427

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