Class: Aws::CloudWatchOmni::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudWatchOmni::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb
Overview
The request was throttled due to exceeding the allowed request rate.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request.
Instance Attribute Details
#message ⇒ String
4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4791 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the request. Not always present.
4791 4792 4793 4794 4795 4796 |
# File 'gems/aws-sdk-cloudwatchomni/lib/aws-sdk-cloudwatchomni/types.rb', line 4791 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |