Class: Aws::SSM::Types::OpsItemConflictException

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

Overview

The specified OpsItem is in the process of being deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12945
12946
12947
12948
12949
# File 'lib/aws-sdk-ssm/types.rb', line 12945

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