Class: Aws::Resiliencehubv2::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb
Overview
Too many requests — rate limit exceeded.
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
4438 4439 4440 4441 4442 4443 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4438 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.
4438 4439 4440 4441 4442 4443 |
# File 'gems/aws-sdk-resiliencehubv2/lib/aws-sdk-resiliencehubv2/types.rb', line 4438 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |