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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-configservice/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

Instance Attribute Details

#last_error_codeString

The error code from the last attempted delivery.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1211

class ConfigStreamDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_error_messageString

The error message from the last attempted delivery.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1211

class ConfigStreamDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_statusString

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.

Returns:

  • (String)


1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1211

class ConfigStreamDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_status_change_timeTime

The time from the last status change.

Returns:

  • (Time)


1211
1212
1213
1214
1215
1216
1217
1218
# File 'gems/aws-sdk-configservice/lib/aws-sdk-configservice/types.rb', line 1211

class ConfigStreamDeliveryInfo < Struct.new(
  :last_status,
  :last_error_code,
  :last_error_message,
  :last_status_change_time)
  SENSITIVE = []
  include Aws::Structure
end