Class: Aws::WorkSpacesWeb::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WorkSpacesWeb::Types::InternalServerException
- Defined in:
- gems/aws-sdk-workspacesweb/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
2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2059 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.
2059 2060 2061 2062 2063 2064 |
# File 'gems/aws-sdk-workspacesweb/lib/aws-sdk-workspacesweb/types.rb', line 2059 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |