Class: Aws::PrometheusService::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

Description of the error.

Returns:

  • (String)


2898
2899
2900
2901
2902
2903
2904
2905
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2898

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#quota_codeString

Service quotas code for the originating quota.

Returns:

  • (String)


2898
2899
2900
2901
2902
2903
2904
2905
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2898

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#retry_after_secondsInteger

Advice to clients on when the call can be safely retried.

Returns:

  • (Integer)


2898
2899
2900
2901
2902
2903
2904
2905
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2898

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end

#service_codeString

Service quotas code for the originating service.

Returns:

  • (String)


2898
2899
2900
2901
2902
2903
2904
2905
# File 'lib/aws-sdk-prometheusservice/types.rb', line 2898

class ThrottlingException < Struct.new(
  :message,
  :service_code,
  :quota_code,
  :retry_after_seconds)
  SENSITIVE = []
  include Aws::Structure
end