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)


1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1535

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)


1535
1536
1537
1538
1539
1540
# File 'gems/aws-sdk-b2bi/lib/aws-sdk-b2bi/types.rb', line 1535

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