Class: Aws::IoTFleetHub::Types::ConflictException

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

Overview

The request conflicts with the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


67
68
69
70
71
# File 'gems/aws-sdk-iotfleethub/lib/aws-sdk-iotfleethub/types.rb', line 67

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