Class: Aws::XRay::Types::ThrottledException

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

Overview

The request exceeds the maximum number of requests per second.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2091
2092
2093
2094
# File 'lib/aws-sdk-xray/types.rb', line 2091

class ThrottledException < Struct.new(
  :message)
  include Aws::Structure
end