RemediationException class
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.
Constructors
- RemediationException({required String configRuleName, required String resourceId, required String resourceType, DateTime? expirationTime, String? message})
-
RemediationException.fromJson(Map<
String, dynamic> json) -
factory
Properties
- configRuleName → String
-
The name of the AWS Config rule.
final
- expirationTime → DateTime?
-
The time when the remediation exception will be deleted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
An explanation of an remediation exception.
final
- resourceId → String
-
The ID of the resource (for example., sg-xxxxxx).
final
- resourceType → String
-
The type of a resource.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited