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

Class: Aws::ConfigService::Types::ConfigExportDeliveryInfo

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

Overview

Provides status of the delivery of the snapshot or the configuration history to the specified Amazon S3 bucket. Also provides the status of notifications about the Amazon S3 delivery to the specified Amazon SNS topic.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#last_attempt_timeTime

The time of the last attempted delivery.

Returns:

  • (Time)

    The time of the last attempted delivery.

#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.

Possible values:

  • Success
  • Failure
  • Not_Applicable

Returns:

  • (String)

    Status of the last attempted delivery.

#last_successful_timeTime

The time of the last successful delivery.

Returns:

  • (Time)

    The time of the last successful delivery.

#next_delivery_timeTime

The time that the next delivery occurs.

Returns:

  • (Time)

    The time that the next delivery occurs.