Class: Aws::GameLift::Types::InternalServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GameLift::Types::InternalServiceException
- Defined in:
- gems/aws-sdk-gamelift/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
7462 7463 7464 7465 7466 |
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 7462 class InternalServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |