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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


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

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