Class: Aws::Types::SnapshotErrorMessage
- Inherits:
-
Object
- Object
- Aws::Types::SnapshotErrorMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
-
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
Instance Attribute Details
#failure_code ⇒ ::String
Returns the value of attribute failure_code.
2919 2920 2921 |
# File 'sig/types.rbs', line 2919 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
2920 2921 2922 |
# File 'sig/types.rbs', line 2920 def failure_reason @failure_reason end |
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
2918 2919 2920 |
# File 'sig/types.rbs', line 2918 def snapshot_cluster_identifier @snapshot_cluster_identifier end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2917 2918 2919 |
# File 'sig/types.rbs', line 2917 def snapshot_identifier @snapshot_identifier end |