Class: Aws::Types::InternalServerException
- Inherits:
-
Object
- Object
- Aws::Types::InternalServerException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#amzn_error_type ⇒ ::String
Returns the value of attribute amzn_error_type.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#retry_after_seconds ⇒ ::Integer
Returns the value of attribute retry_after_seconds.
Instance Attribute Details
#amzn_error_type ⇒ ::String
Returns the value of attribute amzn_error_type.
347 348 349 |
# File 'sig/types.rbs', line 347 def amzn_error_type @amzn_error_type end |
#message ⇒ ::String
Returns the value of attribute message.
346 347 348 |
# File 'sig/types.rbs', line 346 def @message end |
#retry_after_seconds ⇒ ::Integer
Returns the value of attribute retry_after_seconds.
348 349 350 |
# File 'sig/types.rbs', line 348 def retry_after_seconds @retry_after_seconds end |