Class: Aws::IoTAnalytics::Types::ResourceAlreadyExistsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/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)


2499
2500
2501
2502
2503
2504
2505
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2499

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

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


2499
2500
2501
2502
2503
2504
2505
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2499

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


2499
2500
2501
2502
2503
2504
2505
# File 'gems/aws-sdk-iotanalytics/lib/aws-sdk-iotanalytics/types.rb', line 2499

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