Class: Aws::IoTSiteWise::Types::ConflictingOperationException

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

Overview

Your 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

#event_typeObject

Returns the value of attribute event_type

Returns:

  • (Object)

    the current value of event_type



3300
3301
3302
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3300

def event_type
  @event_type
end

#messageString

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3300

class ConflictingOperationException < Struct.new(
  :message,
  :resource_id,
  :resource_arn,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The ARN of the resource that conflicts with this operation.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3300

class ConflictingOperationException < Struct.new(
  :message,
  :resource_id,
  :resource_arn,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource that conflicts with this operation.

Returns:

  • (String)


3300
3301
3302
3303
3304
3305
3306
3307
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 3300

class ConflictingOperationException < Struct.new(
  :message,
  :resource_id,
  :resource_arn,
  :event_type)
  SENSITIVE = []
  include Aws::Structure
end