Class: Aws::PrometheusService::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-prometheusservice/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.
2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2273 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service quotas code for the originating quota.
2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2273 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2273 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service quotas code for the originating service.
2273 2274 2275 2276 2277 2278 2279 2280 |
# File 'gems/aws-sdk-prometheusservice/lib/aws-sdk-prometheusservice/types.rb', line 2273 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |