Class: Aws::IoTEvents::Types::ResourceAlreadyExistsException

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


2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2609

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

#resource_arnString

The ARN of the resource.

Returns:

  • (String)


2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2609

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

#resource_idString

The ID of the resource.

Returns:

  • (String)


2609
2610
2611
2612
2613
2614
2615
# File 'gems/aws-sdk-iotevents/lib/aws-sdk-iotevents/types.rb', line 2609

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