Class: Aws::WorkSpacesWeb::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-workspacesweb/types.rb
Overview
There is an internal server error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
Instance Attribute Details
#message ⇒ String
2050 2051 2052 2053 2054 2055 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2050 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
2050 2051 2052 2053 2054 2055 |
# File 'lib/aws-sdk-workspacesweb/types.rb', line 2050 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |