Class: Aws::IoTFleetWise::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleetwise/types.rb
Overview
The request has conflicting operations. This can occur if you’re trying to perform more than one operation on the same resource at the same time.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#resource ⇒ String
The resource on which there are conflicting operations.
-
#resource_type ⇒ String
The type of resource on which there are conflicting operations..
Instance Attribute Details
#message ⇒ String
554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 554 class ConflictException < Struct.new( :message, :resource, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource ⇒ String
The resource on which there are conflicting operations.
554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 554 class ConflictException < Struct.new( :message, :resource, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource on which there are conflicting operations..
554 555 556 557 558 559 560 |
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 554 class ConflictException < Struct.new( :message, :resource, :resource_type) SENSITIVE = [] include Aws::Structure end |