Class: Aws::GameLift::Types::NotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::NotReadyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-gamelift/types.rb
Overview
The operation failed because Amazon GameLift has not yet finished validating this compute. We recommend attempting 8 to 10 retries over 3 to 5 minutes with [exponential backoffs and jitter].
[1]: aws.amazon.com/blogs/https:/aws.amazon.com/blogs/architecture/exponential-backoff-and-jitter/
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8883 8884 8885 8886 8887 |
# File 'lib/aws-sdk-gamelift/types.rb', line 8883 class NotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |