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)


13779
13780
13781
13782
13783
13784
13785
# File 'lib/aws-sdk-iot/types.rb', line 13779

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)


13779
13780
13781
13782
13783
13784
13785
# File 'lib/aws-sdk-iot/types.rb', line 13779

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)


13779
13780
13781
13782
13783
13784
13785
# File 'lib/aws-sdk-iot/types.rb', line 13779

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