Class: Aws::QuickSight::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- 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
33000 33001 33002 33003 33004 33005 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33000 class ThrottlingException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The Amazon Web Services request ID for this request.
33000 33001 33002 33003 33004 33005 |
# File 'lib/aws-sdk-quicksight/types.rb', line 33000 class ThrottlingException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |