Class: Aws::Mobile::Types::TooManyRequestsException

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

Overview

Too many requests have been received for this AWS account in too short a time. The request should be retried after some time delay.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The Exception Error Message.

Returns:

  • (String)


595
596
597
598
599
600
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 595

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

#retry_after_secondsString

The Exception Error Message.

Returns:

  • (String)


595
596
597
598
599
600
# File 'gems/aws-sdk-mobile/lib/aws-sdk-mobile/types.rb', line 595

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