Class: Aws::IoTFleetHub::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetHub::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iotfleethub/types.rb
Overview
The request conflicts with the current state of the resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
62 63 64 65 66 |
# File 'lib/aws-sdk-iotfleethub/types.rb', line 62 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |