Class: Aws::OpsWorksCM::Types::ResourceAlreadyExistsException

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

Instance Attribute Details

#messageString

Error or informational message in response to a CreateServer request that a resource cannot be created because it already exists.

Returns:

  • (String)


1075
1076
1077
1078
1079
# File 'gems/aws-sdk-opsworkscm/lib/aws-sdk-opsworkscm/types.rb', line 1075

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