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
10839 10840 10841 10842 10843 |
# File 'lib/aws-sdk-ssm/types.rb', line 10839 class InvalidNotificationConfig < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |