Class: Aws::Signer::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Instead of this error, TooManyRequestsException should be used.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1671
1672
1673
1674
1675
1676
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1671

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

#messageString

Returns:

  • (String)


1671
1672
1673
1674
1675
1676
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1671

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