Class: Aws::GameLift::Types::NotReadyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::NotReadyException
- 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
#message ⇒ String
9012 9013 9014 9015 9016 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9012 class NotReadyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |