Class: Aws::GameLift::Types::UnsupportedRegionException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::GameLift::Types::UnsupportedRegionException
 
 
- 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
#message ⇒ String
      10111 10112 10113 10114 10115  | 
    
      # File 'lib/aws-sdk-gamelift/types.rb', line 10111 class UnsupportedRegionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |