Class: Aws::Signer::Types::TooManyRequestsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Signer::Types::TooManyRequestsException
- 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
#code ⇒ 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 |
#message ⇒ 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 |