Class: Aws::SMS::Types::NotificationContext
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::NotificationContext
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Contains the status of validating an application.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ String
The status of the validation.
-
#status_message ⇒ String
The status message.
-
#validation_id ⇒ String
The ID of the validation.
Instance Attribute Details
#status ⇒ String
The status of the validation.
1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-sms/types.rb', line 1071 class NotificationContext < Struct.new( :validation_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
The status message.
1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-sms/types.rb', line 1071 class NotificationContext < Struct.new( :validation_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |
#validation_id ⇒ String
The ID of the validation.
1071 1072 1073 1074 1075 1076 1077 |
# File 'lib/aws-sdk-sms/types.rb', line 1071 class NotificationContext < Struct.new( :validation_id, :status, :status_message) SENSITIVE = [] include Aws::Structure end |