Class: Aws::ACM::Types::ThrottlingReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ThrottlingReason
- Defined in:
- gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb
Overview
A description of why a request was throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
A description of why a request was throttled.
-
#resource ⇒ String
The resource that causes the request to be throttled.
Instance Attribute Details
#reason ⇒ String
A description of why a request was throttled.
3566 3567 3568 3569 3570 3571 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3566 class ThrottlingReason < Struct.new( :reason, :resource) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource that causes the request to be throttled.
3566 3567 3568 3569 3570 3571 |
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 3566 class ThrottlingReason < Struct.new( :reason, :resource) SENSITIVE = [] include Aws::Structure end |