Class: Aws::ACM::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ACM::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-acm/types.rb
Overview
An ACM quota has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1587 1588 1589 1590 1591 |
# File 'lib/aws-sdk-acm/types.rb', line 1587 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |