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

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

Overview

The request was rejected because service-linked roles are protected Amazon Web Services resources. 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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10472
10473
10474
10475
10476
# File 'gems/aws-sdk-iam/lib/aws-sdk-iam/types.rb', line 10472

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