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 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

#messageString

Returns:

  • (String)


8016
8017
8018
8019
8020
# File 'lib/aws-sdk-iam/types.rb', line 8016

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