Class: Aws::IAM::Types::UnmodifiableEntityException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::UnmodifiableEntityException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
10472 10473 10474 10475 10476 |
# File 'lib/aws-sdk-iam/types.rb', line 10472 class UnmodifiableEntityException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |