Class: Aws::SSM::Types::InvalidNotificationConfig

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

Overview

One or more configuration items is not valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon SNS topic.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


9114
9115
9116
9117
# File 'lib/aws-sdk-ssm/types.rb', line 9114

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