Class: Aws::IoTFleetWise::Types::ConflictException

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

Overview

The request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 537

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

#resourceString

The resource on which there are conflicting operations.

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 537

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

#resource_typeString

The type of resource on which there are conflicting operations..

Returns:

  • (String)


537
538
539
540
541
542
543
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 537

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