Class: Aws::SsmSap::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb

Overview

A conflict has occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


351
352
353
354
355
# File 'gems/aws-sdk-ssmsap/lib/aws-sdk-ssmsap/types.rb', line 351

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