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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-configservice/types.rb

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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_nameString

The name of the Config rule.

Returns:

  • (String)


7733
7734
7735
7736
7737
7738
7739
7740
7741
# File 'lib/aws-sdk-configservice/types.rb', line 7733

class RemediationException < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#expiration_timeTime

The time when the remediation exception will be deleted.

Returns:

  • (Time)


7733
7734
7735
7736
7737
7738
7739
7740
7741
# File 'lib/aws-sdk-configservice/types.rb', line 7733

class RemediationException < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

An explanation of an remediation exception.

Returns:

  • (String)


7733
7734
7735
7736
7737
7738
7739
7740
7741
# File 'lib/aws-sdk-configservice/types.rb', line 7733

class RemediationException < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

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

Returns:

  • (String)


7733
7734
7735
7736
7737
7738
7739
7740
7741
# File 'lib/aws-sdk-configservice/types.rb', line 7733

class RemediationException < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of a resource.

Returns:

  • (String)


7733
7734
7735
7736
7737
7738
7739
7740
7741
# File 'lib/aws-sdk-configservice/types.rb', line 7733

class RemediationException < Struct.new(
  :config_rule_name,
  :resource_type,
  :resource_id,
  :message,
  :expiration_time)
  SENSITIVE = []
  include Aws::Structure
end