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
      8244 8245 8246 8247 8248  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 8244 class NotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |