Class: Aws::OpsWorksCM::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::OpsWorksCM::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-opsworkscm/types.rb
Overview
The requested resource cannot be created because it already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.
Instance Attribute Details
#message ⇒ String
Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.
1075 1076 1077 1078 1079 |
# File 'lib/aws-sdk-opsworkscm/types.rb', line 1075 class ResourceAlreadyExistsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |