Class: Aws::Types::EffectiveLifecyclePolicyErrorDetail
- Inherits:
-
Object
- Object
- Aws::Types::EffectiveLifecyclePolicyErrorDetail
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#resource ⇒ ::String
Returns the value of attribute resource.
-
#type ⇒ "retention"
Returns the value of attribute type.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
480 481 482 |
# File 'sig/types.rbs', line 480 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
479 480 481 |
# File 'sig/types.rbs', line 479 def @error_message end |
#resource ⇒ ::String
Returns the value of attribute resource.
478 479 480 |
# File 'sig/types.rbs', line 478 def resource @resource end |
#type ⇒ "retention"
Returns the value of attribute type.
477 478 479 |
# File 'sig/types.rbs', line 477 def type @type end |