Class: Aws::ResilienceHub::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-resiliencehub/types.rb

Overview

This exception occurs when you have exceeded the limit on the number of requests per second.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6400
6401
6402
6403
6404
6405
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6400

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

#retry_after_secondsInteger

The number of seconds to wait before retrying the operation.

Returns:

  • (Integer)


6400
6401
6402
6403
6404
6405
# File 'lib/aws-sdk-resiliencehub/types.rb', line 6400

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