Class: Aws::LookoutEquipment::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutEquipment::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutequipment/types.rb
Overview
The request could not be completed due to a conflict with the current state of the target resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
55 56 57 58 59 |
# File 'lib/aws-sdk-lookoutequipment/types.rb', line 55 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |