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.
2939 2940 2941 |
# File 'sig/types.rbs', line 2939 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
2940 2941 2942 |
# File 'sig/types.rbs', line 2940 def failure_reason @failure_reason end |
#snapshot_cluster_identifier ⇒ ::String
Returns the value of attribute snapshot_cluster_identifier.
2938 2939 2940 |
# File 'sig/types.rbs', line 2938 def snapshot_cluster_identifier @snapshot_cluster_identifier end |
#snapshot_identifier ⇒ ::String
Returns the value of attribute snapshot_identifier.
2937 2938 2939 |
# File 'sig/types.rbs', line 2937 def snapshot_identifier @snapshot_identifier end |