Class: Aws::DevOpsAgent::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::DevOpsAgent::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb
Overview
The request was throttled due to too many requests. Please slow down and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Detailed error message describing the throttling condition.
Instance Attribute Details
#message ⇒ String
Detailed error message describing the throttling condition.
4644 4645 4646 4647 4648 |
# File 'gems/aws-sdk-devopsagent/lib/aws-sdk-devopsagent/types.rb', line 4644 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |