Class: Aws::EventBridgeV2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::EventBridgeV2::Types::ThrottlingException
- 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
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 |