Class: Aws::Route53::Types::NoSuchGeoLocation
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::Route53::Types::NoSuchGeoLocation
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-route53/types.rb
 
Overview
Amazon Route 53 doesn’t support the specified geographic location. For a list of supported geolocation codes, see the [GeoLocation] data type.
[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_GeoLocation.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      6111 6112 6113 6114 6115  | 
    
      # File 'lib/aws-sdk-route53/types.rb', line 6111 class NoSuchGeoLocation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |