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 Amazon Web Services service role policies can only be attached to the service-linked role for that service.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8200 8201 8202 8203 8204 |
# File 'lib/aws-sdk-iam/types.rb', line 8200 class PolicyNotAttachableException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |