Class: Aws::ConnectCases::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ConnectCases::Types::InternalServerException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-connectcases/types.rb
Overview
We couldn’t process your request because of an issue with the server. Try again later.
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
1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1574 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.
1574 1575 1576 1577 1578 1579 |
# File 'lib/aws-sdk-connectcases/types.rb', line 1574 class InternalServerException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |