Class: Aws::SSM::Types::InvalidNotificationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSM::Types::InvalidNotificationConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssm/types.rb
Overview
One or more configuration items isn’t valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon Simple Notification Service topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
10552 10553 10554 10555 10556 |
# File 'lib/aws-sdk-ssm/types.rb', line 10552 class InvalidNotificationConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |