Class: Aws::IAM::Types::PolicyNotAttachableException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IAM::Types::PolicyNotAttachableException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-iam/types.rb
Overview
The request failed because AWS service role policies can only be attached to the service-linked role for that service.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7832 7833 7834 7835 |
# File 'lib/aws-sdk-iam/types.rb', line 7832 class PolicyNotAttachableException < Struct.new( :message) include Aws::Structure end |