Class: Aws::LakeFormation::Types::ThrottledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LakeFormation::Types::ThrottledException
- 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
-
#message ⇒ String
A message describing the error.
Instance Attribute Details
#message ⇒ String
A message describing the error.
3650 3651 3652 3653 3654 |
# File 'lib/aws-sdk-lakeformation/types.rb', line 3650 class ThrottledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |