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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


1709
1710
1711
1712
1713
1714
# File 'lib/aws-sdk-signer/types.rb', line 1709

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

#messageString

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
# File 'lib/aws-sdk-signer/types.rb', line 1709

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