Class: Aws::IAM::Types::DeleteConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb

Overview

The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1832
1833
1834
1835
1836
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1832

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