Class: Aws::B2bi::Types::ThrottlingException

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

Overview

The request was denied due to throttling: the data speed and rendering may be limited depending on various parameters and conditions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1539

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

#retry_after_secondsInteger

The server attempts to retry a command that was throttled.

Returns:

  • (Integer)


1539
1540
1541
1542
1543
1544
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1539

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