Class: Aws::ConfigService::Types::ConfigStreamDeliveryInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConfigService::Types::ConfigStreamDeliveryInfo
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-configservice/types.rb
Overview
A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#last_error_code ⇒ String
The error code from the last attempted delivery.
-
#last_error_message ⇒ String
The error message from the last attempted delivery.
-
#last_status ⇒ String
Status of the last attempted delivery.
-
#last_status_change_time ⇒ Time
The time from the last status change.
Instance Attribute Details
#last_error_code ⇒ String
The error code from the last attempted delivery.
1225 1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-configservice/types.rb', line 1225 class ConfigStreamDeliveryInfo < Struct.new( :last_status, :last_error_code, :last_error_message, :last_status_change_time) SENSITIVE = [] include Aws::Structure end |
#last_error_message ⇒ String
The error message from the last attempted delivery.
1225 1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-configservice/types.rb', line 1225 class ConfigStreamDeliveryInfo < Struct.new( :last_status, :last_error_code, :last_error_message, :last_status_change_time) SENSITIVE = [] include Aws::Structure end |
#last_status ⇒ String
Status of the last attempted delivery.
Note Providing an SNS topic on a [DeliveryChannel] for Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.
[1]: docs.aws.amazon.com/config/latest/APIReference/API_DeliveryChannel.html
1225 1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-configservice/types.rb', line 1225 class ConfigStreamDeliveryInfo < Struct.new( :last_status, :last_error_code, :last_error_message, :last_status_change_time) SENSITIVE = [] include Aws::Structure end |
#last_status_change_time ⇒ Time
The time from the last status change.
1225 1226 1227 1228 1229 1230 1231 1232 |
# File 'lib/aws-sdk-configservice/types.rb', line 1225 class ConfigStreamDeliveryInfo < Struct.new( :last_status, :last_error_code, :last_error_message, :last_status_change_time) SENSITIVE = [] include Aws::Structure end |