Class: Aws::IoT::Types::ResourceAlreadyExistsException

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

Overview

The resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


12315
12316
12317
12318
12319
12320
12321
# File 'lib/aws-sdk-iot/types.rb', line 12315

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

#resource_arnString

The ARN of the resource that caused the exception.

Returns:

  • (String)


12315
12316
12317
12318
12319
12320
12321
# File 'lib/aws-sdk-iot/types.rb', line 12315

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

#resource_idString

The ID of the resource that caused the exception.

Returns:

  • (String)


12315
12316
12317
12318
12319
12320
12321
# File 'lib/aws-sdk-iot/types.rb', line 12315

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