Class: Aws::DevOpsGuru::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb

Overview

The request was denied due to a request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4708

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

#quota_codeString

The code of the quota that was exceeded, causing the throttling exception.

Returns:

  • (String)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4708

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

#retry_after_secondsInteger

The number of seconds after which the action that caused the throttling exception can be retried.

Returns:

  • (Integer)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4708

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

#service_codeString

The code of the service that caused the throttling exception.

Returns:

  • (String)


4708
4709
4710
4711
4712
4713
4714
4715
# File 'gems/aws-sdk-devopsguru/lib/aws-sdk-devopsguru/types.rb', line 4708

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