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)


1867
1868
1869
1870
1871
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 1867

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