Class: Aws::EventBridgeV2::Types::ThrottlingException

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

Overview

The request was throttled because it exceeds a request rate limit. Retry the request with backoff.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message ⇒ String

Returns:

  • (String)


2729
2730
2731
2732
2733
# File 'gems/aws-sdk-eventbridgev2/lib/aws-sdk-eventbridgev2/types.rb', line 2729

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