Class: Aws::Types::LayerFailure
- Inherits:
-
Object
- Object
- Aws::Types::LayerFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ "InvalidLayerDigest", "MissingLayerDigest"
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
Instance Attribute Details
#failure_code ⇒ "InvalidLayerDigest", "MissingLayerDigest"
Returns the value of attribute failure_code.
761 762 763 |
# File 'sig/types.rbs', line 761 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
762 763 764 |
# File 'sig/types.rbs', line 762 def failure_reason @failure_reason end |
#layer_digest ⇒ ::String
Returns the value of attribute layer_digest.
760 761 762 |
# File 'sig/types.rbs', line 760 def layer_digest @layer_digest end |