Class: Aws::GameLift::Types::InternalServiceException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::InternalServiceException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
The service encountered an unrecoverable internal failure while processing the request. Clients can retry such requests immediately or after a waiting period.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      7035 7036 7037 7038 7039  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 7035 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |