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
991 992 993 994 995 |
# File 'lib/aws-sdk-acm/types.rb', line 991 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |