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
10948 10949 10950 10951 10952 |
# File 'lib/aws-sdk-gamelift/types.rb', line 10948 class UnsupportedRegionException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |