Class: Aws::ApplicationAutoScaling::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationautoscaling/types.rb

Overview

A per-account resource limit is exceeded. For more information, see [Application Auto Scaling service quotas].

[1]: docs.aws.amazon.com/autoscaling/application/userguide/application-auto-scaling-limits.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1587
1588
1589
1590
1591
# File 'lib/aws-sdk-applicationautoscaling/types.rb', line 1587

class LimitExceededException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end