Class: Aws::ACM::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
The request was denied because it exceeded a quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1551 1552 1553 1554 1555 |
# File 'lib/aws-sdk-acm/types.rb', line 1551 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |