Class: Aws::AutoScaling::Types::LimitExceededFault
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScaling::Types::LimitExceededFault
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscaling/types.rb
Overview
You have already reached a limit for your Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see [DescribeAccountLimits] in the *Amazon EC2 Auto Scaling API Reference*.
[1]: docs.aws.amazon.com/autoscaling/ec2/APIReference/API_DescribeAccountLimits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4730 4731 4732 4733 4734 |
# File 'lib/aws-sdk-autoscaling/types.rb', line 4730 class LimitExceededFault < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |