Class: Aws::Mgn::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- 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
1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-mgn/types.rb', line 1728 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.
1728 1729 1730 1731 1732 1733 |
# File 'lib/aws-sdk-mgn/types.rb', line 1728 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |