Class: Aws::SSM::Types::InvalidRole

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-ssm/types.rb

Overview

The role name can’t contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for Run Command notifications, see [Configuring Amazon SNS Notifications for Run Command] in the *AWS Systems Manager User Guide*.

[1]: docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9212
9213
9214
9215
# File 'lib/aws-sdk-ssm/types.rb', line 9212

class InvalidRole < Struct.new(
  :message)
  include Aws::Structure
end