You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ConfigService::Types::ConfigStreamDeliveryInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A list that contains the status of the delivery of the configuration stream notification to the Amazon SNS topic.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#last_error_codeString

The error code from the last attempted delivery.

Returns:

  • (String)

    The error code from the last attempted delivery.

#last_error_messageString

The error message from the last attempted delivery.

Returns:

  • (String)

    The error message from the last attempted delivery.

#last_statusString

Status of the last attempted delivery.

Note Providing an SNS topic on a DeliveryChannel for AWS Config is optional. If the SNS delivery is turned off, the last status will be Not_Applicable.

Returns:

  • (String)

    Status of the last attempted delivery.

#last_status_change_timeTime

The time from the last status change.

Returns:

  • (Time)

    The time from the last status change.