Class: Aws::IoTAnalytics::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTAnalytics::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotanalytics/types.rb
Overview
A resource with the same name already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_arn ⇒ String
The ARN of the resource.
-
#resource_id ⇒ String
The ID of the resource.
Instance Attribute Details
#message ⇒ String
2499 2500 2501 2502 2503 2504 2505 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2499 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource.
2499 2500 2501 2502 2503 2504 2505 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2499 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2499 2500 2501 2502 2503 2504 2505 |
# File 'lib/aws-sdk-iotanalytics/types.rb', line 2499 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |