Class: Aws::IoTRoboRunner::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTRoboRunner::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotroborunner/types.rb
Overview
Exception thrown if a resource in a create request already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
51 52 53 54 55 |
# File 'lib/aws-sdk-iotroborunner/types.rb', line 51 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |