Class: Aws::IoT::Types::ResourceAlreadyExistsException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ResourceAlreadyExistsException
- Includes:
- Structure
- Defined in:
- 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.
13779 13780 13781 13782 13783 13784 13785 |
# File 'lib/aws-sdk-iot/types.rb', line 13779 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.
13779 13780 13781 13782 13783 13784 13785 |
# File 'lib/aws-sdk-iot/types.rb', line 13779 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.
13779 13780 13781 13782 13783 13784 13785 |
# File 'lib/aws-sdk-iot/types.rb', line 13779 class ResourceAlreadyExistsException < Struct.new( :message, :resource_id, :resource_arn) SENSITIVE = [] include Aws::Structure end |