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)


12932
12933
12934
12935
12936
# File 'lib/aws-sdk-ssm/types.rb', line 12932

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