Class: Aws::IoT::Types::DeleteConflictException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


4327
4328
4329
4330
4331
# File 'gems/aws-sdk-iot/lib/aws-sdk-iot/types.rb', line 4327

class DeleteConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end