Class: Aws::DocDBElastic::Types::ThrottlingException

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

Overview

ThrottlingException will be thrown when request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1219
1220
1221
1222
1223
1224
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1219

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)


1219
1220
1221
1222
1223
1224
# File 'lib/aws-sdk-docdbelastic/types.rb', line 1219

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