Class: Aws::GameLift::Types::UnauthorizedException

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

#messageString

Returns:

  • (String)


9987
9988
9989
9990
9991
# File 'gems/aws-sdk-gamelift/lib/aws-sdk-gamelift/types.rb', line 9987

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