Class: Aws::AutoScalingPlans::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AutoScalingPlans::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-autoscalingplans/types.rb
Overview
Your account exceeded a limit. This exception is thrown when a per-account resource limit is exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
501 502 503 504 505 |
# File 'lib/aws-sdk-autoscalingplans/types.rb', line 501 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |