Class: Aws::ACM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ThrottlingException
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
The request was denied because it exceeded a quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#throttling_reasons ⇒ Array<Types::ThrottlingReason>
One or more reasons why the request was throttled.
Instance Attribute Details
#message ⇒ String
2332 2333 2334 2335 2336 2337 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2332 class ThrottlingException < Struct.new( :message, :throttling_reasons) SENSITIVE = [] include Aws::Structure end |
#throttling_reasons ⇒ Array<Types::ThrottlingReason>
One or more reasons why the request was throttled.
2332 2333 2334 2335 2336 2337 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 2332 class ThrottlingException < Struct.new( :message, :throttling_reasons) SENSITIVE = [] include Aws::Structure end |