Class: Aws::Signer::Types::TooManyRequestsException

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

Overview

The allowed number of job-signing requests has been exceeded.

This error supersedes the error ThrottlingException.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1690

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

#messageString

Returns:

  • (String)


1690
1691
1692
1693
1694
1695
# File 'gems/aws-sdk-signer/lib/aws-sdk-signer/types.rb', line 1690

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