Class: Aws::WorkspacesInstances::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkspacesInstances::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesinstances/types.rb
Overview
Indicates an unexpected server-side error occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the internal server error.
-
#retry_after_seconds ⇒ Integer
Recommended wait time before retrying the request.
Instance Attribute Details
#message ⇒ String
Description of the internal server error.
856 857 858 859 860 861 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 856 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Recommended wait time before retrying the request.
856 857 858 859 860 861 |
# File 'lib/aws-sdk-workspacesinstances/types.rb', line 856 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |