Class: Aws::Synthetics::Types::TooManyRequestsException

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

Overview

There were too many simultaneous requests. Try the operation again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1633
1634
1635
1636
1637
# File 'lib/aws-sdk-synthetics/types.rb', line 1633

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