Class: Aws::IoTSiteWise::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTSiteWise::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotsitewise/types.rb
Overview
The resource already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_arn ⇒ String
The ARN of the resource that already exists.
-
#resource_id ⇒ String
The ID of the resource that already exists.
Instance Attribute Details
#message ⇒ String
8477 8478 8479 8480 8481 8482 8483 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8477 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource that already exists.
8477 8478 8479 8480 8481 8482 8483 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8477 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that already exists.
8477 8478 8479 8480 8481 8482 8483 |
# File 'lib/aws-sdk-iotsitewise/types.rb', line 8477 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |