Class: Aws::IoT::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::ConflictException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
The request conflicts with the current state of the resource.
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
2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2510 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
A resource with the same name already exists.
2510 2511 2512 2513 2514 2515 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 2510 class ConflictException < Struct.new( :message, :resource_id) SENSITIVE = [] include Aws::Structure end |