Class: Aws::IoTWireless::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTWireless::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotwireless/types.rb
Overview
Adding, updating, or deleting the resource can cause an inconsistent state.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource_id ⇒ String
Id of the resource in the conflicting operation.
-
#resource_type ⇒ String
Type of the resource in the conflicting operation.
Instance Attribute Details
#message ⇒ String
473 474 475 476 477 478 479 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 473 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Id of the resource in the conflicting operation.
473 474 475 476 477 478 479 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 473 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource in the conflicting operation.
473 474 475 476 477 478 479 |
# File 'lib/aws-sdk-iotwireless/types.rb', line 473 class ConflictException < Struct.new( :message, :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |