Class: Aws::OpsWorksCM::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
The limit of servers or backups has been reached.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error or informational message that the maximum allowed number of servers or backups has been exceeded.
Instance Attribute Details
#message ⇒ String
Error or informational message that the maximum allowed number of servers or backups has been exceeded.
1005 1006 1007 1008 1009 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1005 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |