Class: Aws::GameLift::Types::UnsupportedRegionException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-gamelift/types.rb

Overview

The requested operation is not supported in the Region specified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)

11175
11176
11177
11178
11179
# File 'lib/aws-sdk-gamelift/types.rb', line 11175

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