Class: Aws::Mgn::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::InternalServerException
- Defined in:
- gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb
Overview
The server encountered an unexpected condition that prevented it from fulfilling the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#retry_after_seconds ⇒ Integer
The server encountered an unexpected condition that prevented it from fulfilling the request.
Instance Attribute Details
#message ⇒ String
1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1768 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The server encountered an unexpected condition that prevented it from fulfilling the request. The request will be retried again after x seconds.
1768 1769 1770 1771 1772 1773 |
# File 'gems/aws-sdk-mgn/lib/aws-sdk-mgn/types.rb', line 1768 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |