Class: Aws::SSM::Types::OpsItemRelatedItemAlreadyExistsException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The Amazon Resource Name (ARN) is already associated with the OpsItem.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13170
13171
13172
13173
13174
13175
13176
# File 'lib/aws-sdk-ssm/types.rb', line 13170

class OpsItemRelatedItemAlreadyExistsException < Struct.new(
  :message,
  :resource_uri,
  :ops_item_id)
  SENSITIVE = []
  include Aws::Structure
end

#ops_item_idString

Returns:

  • (String)


13170
13171
13172
13173
13174
13175
13176
# File 'lib/aws-sdk-ssm/types.rb', line 13170

class OpsItemRelatedItemAlreadyExistsException < Struct.new(
  :message,
  :resource_uri,
  :ops_item_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_uriString

Returns:

  • (String)


13170
13171
13172
13173
13174
13175
13176
# File 'lib/aws-sdk-ssm/types.rb', line 13170

class OpsItemRelatedItemAlreadyExistsException < Struct.new(
  :message,
  :resource_uri,
  :ops_item_id)
  SENSITIVE = []
  include Aws::Structure
end