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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
# File 'lib/aws-sdk-ssm/types.rb', line 13073

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

#ops_item_idString

Returns:

  • (String)


13073
13074
13075
13076
13077
13078
# File 'lib/aws-sdk-ssm/types.rb', line 13073

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