Class: Aws::IoT::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ResourceAlreadyExistsException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The resource already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
-
#resource_arn ⇒ String
The ARN of the resource that caused the exception.
-
#resource_id ⇒ String
The ID of the resource that caused the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
14476 14477 14478 14479 14480 14481 14482 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14476 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_arn ⇒ String
The ARN of the resource that caused the exception.
14476 14477 14478 14479 14480 14481 14482 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14476 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that caused the exception.
14476 14477 14478 14479 14480 14481 14482 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 14476 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |