Class: Aws::IoTDataPlane::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTDataPlane::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotdataplane/types.rb
Overview
The specified version does not match the version of the document.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The message for the exception.
Instance Attribute Details
#message ⇒ String
The message for the exception.
19 20 21 22 23 |
# File 'lib/aws-sdk-iotdataplane/types.rb', line 19 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |