Class: Aws::IAM::Types::PolicyNotAttachableException

Inherits:
Struct
  • Object
show all
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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8068
8069
8070
8071
8072
# File 'lib/aws-sdk-iam/types.rb', line 8068

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