Class: Aws::SSM::Types::OpsItemAlreadyExistsException

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

Overview

The OpsItem already exists.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11759
11760
11761
11762
11763
# File 'lib/aws-sdk-ssm/types.rb', line 11759

class OpsItemAlreadyExistsException < Struct.new(
  :message,
  :ops_item_id)
  include Aws::Structure
end

#ops_item_idString

Returns:

  • (String)


11759
11760
11761
11762
11763
# File 'lib/aws-sdk-ssm/types.rb', line 11759

class OpsItemAlreadyExistsException < Struct.new(
  :message,
  :ops_item_id)
  include Aws::Structure
end