Class: Aws::IoTTwinMaker::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTTwinMaker::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iottwinmaker/types.rb
Overview
A conflict occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
525 526 527 528 529 |
# File 'lib/aws-sdk-iottwinmaker/types.rb', line 525 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |