Class: Aws::Types::StorageGatewayError
- Inherits:
-
Object
- Object
- Aws::Types::StorageGatewayError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ "ActivationKeyExpired", ...
Returns the value of attribute error_code.
-
#error_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute error_details.
Instance Attribute Details
#error_code ⇒ "ActivationKeyExpired", ...
Returns the value of attribute error_code.
1345 1346 1347 |
# File 'sig/types.rbs', line 1345 def error_code @error_code end |
#error_details ⇒ ::Hash[::String, ::String]
Returns the value of attribute error_details.
1346 1347 1348 |
# File 'sig/types.rbs', line 1346 def error_details @error_details end |