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
6109 6110 6111 6112 6113 |
# File 'lib/aws-sdk-route53/types.rb', line 6109 class NoSuchGeoLocation < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |