Class: Aws::GameLift::Types::NotReadyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-gamelift/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


8135
8136
8137
8138
8139
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 8135

class NotReadyException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end