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

Class: Aws::ConfigService::Types::RemediationException

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

Overview

An object that represents the details about the remediation exception. The details include the rule name, an explanation of an exception, the time when the exception will be deleted, the resource ID, and resource type.

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_name ⇒ String

The name of the AWS Config rule.

Returns:

  • (String) —

    The name of the AWS Config rule.

#expiration_time ⇒ Time

The time when the remediation exception will be deleted.

Returns:

  • (Time) —

    The time when the remediation exception will be deleted.

#message ⇒ String

An explanation of an remediation exception.

Returns:

  • (String) —

    An explanation of an remediation exception.

#resource_id ⇒ String

The ID of the resource (for example., sg-xxxxxx).

Returns:

  • (String) —

    The ID of the resource (for example., sg-xxxxxx).

#resource_type ⇒ String

The type of a resource.

Returns:

  • (String) —

    The type of a resource.