Class: Aws::Deadline::Types::InternalServerErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::InternalServerErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Deadline Cloud can’t process your request right now. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the request.
Instance Attribute Details
#message ⇒ String
4215 4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-deadline/types.rb', line 4215 class InternalServerErrorException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds a client should wait before retrying the request.
4215 4216 4217 4218 4219 4220 |
# File 'lib/aws-sdk-deadline/types.rb', line 4215 class InternalServerErrorException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |