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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

#message ⇒ String

Returns:

  • (String)


488
489
490
491
492
493
494
# File 'lib/aws-sdk-iotwireless/types.rb', line 488

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

#resource_id ⇒ String

Id of the resource in the conflicting operation.

Returns:

  • (String)


488
489
490
491
492
493
494
# File 'lib/aws-sdk-iotwireless/types.rb', line 488

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

#resource_type ⇒ String

Type of the resource in the conflicting operation.

Returns:

  • (String)


488
489
490
491
492
493
494
# File 'lib/aws-sdk-iotwireless/types.rb', line 488

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