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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


13358
13359
13360
13361
13362
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 13358

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