Class: Aws::SSM::Types::InvalidRole
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidRole
- 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 [Monitoring Systems Manager status changes using Amazon SNS notifications] in the *Amazon Web Services Systems Manager User Guide*.
[1]: docs.aws.amazon.com/systems-manager/latest/userguide/monitoring-sns-notifications.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11157 11158 11159 11160 11161 |
# File 'lib/aws-sdk-ssm/types.rb', line 11157 class InvalidRole < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |