Class: Aws::CloudWatchRUM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudwatchrum/types.rb
Overview
The request was throttled because of quota limits.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
-
#service_code ⇒ String
The ID of the service that is associated with the error.
Instance Attribute Details
#message ⇒ String
1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1556 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1556 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1556 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The ID of the service that is associated with the error.
1556 1557 1558 1559 1560 1561 1562 1563 |
# File 'lib/aws-sdk-cloudwatchrum/types.rb', line 1556 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |