Class: Aws::IoT::Types::DeleteConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoT::Types::DeleteConflictException
- Includes:
- Structure
- Defined in:
- 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.
5074 5075 5076 5077 5078 |
# File 'lib/aws-sdk-iot/types.rb', line 5074 class DeleteConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |