Class: Aws::SignerData::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-signerdata/types.rb

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


106
107
108
109
110
111
# File 'lib/aws-sdk-signerdata/types.rb', line 106

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

#messageString

Returns:

  • (String)


106
107
108
109
110
111
# File 'lib/aws-sdk-signerdata/types.rb', line 106

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