Class: Aws::IoT::Types::DeleteConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteConflictException
- Defined in:
- gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb
Overview
You can't delete the resource because it is attached to one or more resources.
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.
5103 5104 5105 5106 5107 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 5103 class DeleteConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |