Class: Aws::PrometheusService::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#quota_code ⇒ String
Service quotas code for the originating quota.
-
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
-
#service_code ⇒ String
Service quotas code for the originating service.
Instance Attribute Details
#message ⇒ String
Description of the error.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1670 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service quotas code for the originating quota.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1670 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1670 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service quotas code for the originating service.
1670 1671 1672 1673 1674 1675 1676 1677 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1670 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |