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.
4912 4913 4914 4915 4916 |
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4912 class DeleteConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |