Class: Aws::AutoScalingPlans::Types::LimitExceededException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-autoscalingplans/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

#messageString

Returns:

  • (String)


501
502
503
504
505
# File 'gems/aws-sdk-autoscalingplans/lib/aws-sdk-autoscalingplans/types.rb', line 501

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