Class: Aws::QuickSight::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Access is throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#request_id ⇒ String
The Amazon Web Services request ID for this request.
Instance Attribute Details
#message ⇒ String
38475 38476 38477 38478 38479 38480 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38475 class ThrottlingException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
38475 38476 38477 38478 38479 38480 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 38475 class ThrottlingException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |