Class: Aws::IoT::Types::ConflictException

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

Overview

A resource with the same name already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2153
2154
2155
2156
2157
2158
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2153

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

#resource_idString

A resource with the same name already exists.

Returns:

  • (String)


2153
2154
2155
2156
2157
2158
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2153

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