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.
4511 4512 4513 4514 4515 |
# File 'lib/aws-sdk-iot/types.rb', line 4511 class DeleteConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |