Class: Aws::CloudWatchRUM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchRUM::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-cloudwatchrum/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
1829 1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1829 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
1829 1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1829 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The value of a parameter in the request caused an error.
1829 1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1829 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The ID of the service that is associated with the error.
1829 1830 1831 1832 1833 1834 1835 1836 |
# File 'gems/aws-sdk-cloudwatchrum/lib/aws-sdk-cloudwatchrum/types.rb', line 1829 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |