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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ssm/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)


10245
10246
10247
10248
10249
# File 'gems/aws-sdk-ssm/lib/aws-sdk-ssm/types.rb', line 10245

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