Class: Aws::WorkspacesInstances::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Indicates the request rate has exceeded limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the throttling event.
-
#quota_code ⇒ String
Specific code for the throttling quota.
-
#retry_after_seconds ⇒ Integer
Recommended wait time before retrying the request.
-
#service_code ⇒ String
Code identifying the service experiencing throttling.
Instance Attribute Details
#message ⇒ String
Description of the throttling event.
1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Specific code for the throttling quota.
1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Recommended wait time before retrying the request.
1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Code identifying the service experiencing throttling.
1528 1529 1530 1531 1532 1533 1534 1535 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 1528 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |