Class: Aws::IoT::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iot/types.rb
Overview
A resource with the same name already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
A resource with the same name already exists.
Instance Attribute Details
#message ⇒ String
2244 2245 2246 2247 2248 2249 |
# File 'lib/aws-sdk-iot/types.rb', line 2244 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
A resource with the same name already exists.
2244 2245 2246 2247 2248 2249 |
# File 'lib/aws-sdk-iot/types.rb', line 2244 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |