Class: Aws::Types::RemediationException
- Inherits:
-
Object
- Object
- Aws::Types::RemediationException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
-
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#config_rule_name ⇒ ::String
Returns the value of attribute config_rule_name.
1984 1985 1986 |
# File 'sig/types.rbs', line 1984 def config_rule_name @config_rule_name end |
#expiration_time ⇒ ::Time
Returns the value of attribute expiration_time.
1988 1989 1990 |
# File 'sig/types.rbs', line 1988 def expiration_time @expiration_time end |
#message ⇒ ::String
Returns the value of attribute message.
1987 1988 1989 |
# File 'sig/types.rbs', line 1987 def end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
1986 1987 1988 |
# File 'sig/types.rbs', line 1986 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
1985 1986 1987 |
# File 'sig/types.rbs', line 1985 def resource_type @resource_type end |