Class: Aws::IoTWireless::Types::ConflictException

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

Overview

Adding, updating, or deleting the resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


473
474
475
476
477
478
479
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 473

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

#resource_idString

Id of the resource in the conflicting operation.

Returns:

  • (String)


473
474
475
476
477
478
479
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 473

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

#resource_typeString

Type of the resource in the conflicting operation.

Returns:

  • (String)


473
474
475
476
477
478
479
# File 'gems/aws-sdk-iotwireless/lib/aws-sdk-iotwireless/types.rb', line 473

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