Class: Aws::IoTSiteWise::Types::ResourceAlreadyExistsException

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

Overview

The resource already exists.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7657
7658
7659
7660
7661
7662
7663
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7657

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

#resource_arnString

The ARN of the resource that already exists.

Returns:

  • (String)


7657
7658
7659
7660
7661
7662
7663
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7657

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

#resource_idString

The ID of the resource that already exists.

Returns:

  • (String)


7657
7658
7659
7660
7661
7662
7663
# File 'gems/aws-sdk-iotsitewise/lib/aws-sdk-iotsitewise/types.rb', line 7657

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