Class: Aws::IAM::Types::DeleteConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::DeleteConflictException
- Includes:
- Structure
- Defined in:
- 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.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1821 1822 1823 1824 |
# File 'lib/aws-sdk-iam/types.rb', line 1821 class DeleteConflictException < Struct.new( :message) include Aws::Structure end |