Class: Aws::IoTTwinMaker::Types::ConflictException

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

Overview

A conflict occurred.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


525
526
527
528
529
# File 'gems/aws-sdk-iottwinmaker/lib/aws-sdk-iottwinmaker/types.rb', line 525

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