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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3684
3685
3686
3687
3688
# File 'lib/aws-sdk-lakeformation/types.rb', line 3684

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