Class: Aws::WorkSpacesThinClient::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesThinClient::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesthinclient/types.rb
Overview
The server encountered an internal error and is unable to complete the request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the next request.
Instance Attribute Details
#message ⇒ String
762 763 764 765 766 767 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 762 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the next request.
762 763 764 765 766 767 |
# File 'lib/aws-sdk-workspacesthinclient/types.rb', line 762 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |