Class: Aws::IAM::Types::UnmodifiableEntityException

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

Overview

The request was rejected because only the service that depends on the service-linked role can modify or delete the role on your behalf. The error message includes the name of the service that depends on this service-linked role. You must request the change through that service.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10095
10096
10097
10098
# File 'lib/aws-sdk-iam/types.rb', line 10095

class UnmodifiableEntityException < Struct.new(
  :message)
  include Aws::Structure
end