Class: Aws::SMS::Types::NotificationContext

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb

Overview

Contains the status of validating an application.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusString

The status of the validation.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1071

class NotificationContext < Struct.new(
  :validation_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#status_messageString

The status message.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1071

class NotificationContext < Struct.new(
  :validation_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end

#validation_idString

The ID of the validation.

Returns:

  • (String)


1071
1072
1073
1074
1075
1076
1077
# File 'gems/aws-sdk-sms/lib/aws-sdk-sms/types.rb', line 1071

class NotificationContext < Struct.new(
  :validation_id,
  :status,
  :status_message)
  SENSITIVE = []
  include Aws::Structure
end