Class: Aws::GameLift::Types::UnauthorizedException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::UnauthorizedException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-gamelift/types.rb
 
Overview
The client failed authentication. Clients should not retry such requests.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      10098 10099 10100 10101 10102  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10098 class UnauthorizedException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |