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 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

#messageString

Returns:

  • (String)


10122
10123
10124
10125
10126
# File 'lib/aws-sdk-ssm/types.rb', line 10122

class InvalidNotificationConfig < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end