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

Class: Aws::ConfigService::Types::ConformancePackStatusDetail

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

Overview

Status details of a conformance pack.

Instance Attribute Summary collapse

Instance Attribute Details

#conformance_pack_arnString

Amazon Resource Name (ARN) of comformance pack.

Returns:

  • (String)

    Amazon Resource Name (ARN) of comformance pack.

#conformance_pack_idString

ID of the conformance pack.

Returns:

  • (String)

    ID of the conformance pack.

#conformance_pack_nameString

Name of the conformance pack.

Returns:

  • (String)

    Name of the conformance pack.

#conformance_pack_stateString

Indicates deployment status of conformance pack.

AWS Config sets the state of the conformance pack to:

  • CREATE_IN_PROGRESS when a conformance pack creation is in progress for an account.

  • CREATE_COMPLETE when a conformance pack has been successfully created in your account.

  • CREATE_FAILED when a conformance pack creation failed in your account.

  • DELETE_IN_PROGRESS when a conformance pack deletion is in progress.

  • DELETE_FAILED when a conformance pack deletion failed in your account.

    Possible values:

    • CREATE_IN_PROGRESS
    • CREATE_COMPLETE
    • CREATE_FAILED
    • DELETE_IN_PROGRESS
    • DELETE_FAILED

Returns:

  • (String)

    Indicates deployment status of conformance pack.

#conformance_pack_status_reasonString

The reason of conformance pack creation failure.

Returns:

  • (String)

    The reason of conformance pack creation failure.

#last_update_completed_timeTime

Last time when conformation pack creation and update was successful.

Returns:

  • (Time)

    Last time when conformation pack creation and update was successful.

#last_update_requested_timeTime

Last time when conformation pack creation and update was requested.

Returns:

  • (Time)

    Last time when conformation pack creation and update was requested.

#stack_arnString

Amazon Resource Name (ARN) of AWS CloudFormation stack.

Returns:

  • (String)

    Amazon Resource Name (ARN) of AWS CloudFormation stack.