Class: Aws::OpsWorksCM::Types::LimitExceededException

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

Overview

The limit of servers or backups has been reached.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Error or informational message that the maximum allowed number of servers or backups has been exceeded.

Returns:

  • (String)


1005
1006
1007
1008
1009
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1005

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