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
3547 3548 3549 3550 3551 3552 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3547 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.
3547 3548 3549 3550 3551 3552 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3547 class ThrottlingException < Struct.new( :message, :throttling_reasons) SENSITIVE = [] include Aws::Structure end |