Class: Aws::CloudFront::Types::InvalidGeoRestrictionParameter
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidGeoRestrictionParameter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The specified geo restriction parameter is not valid.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5032 5033 5034 5035 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5032 class InvalidGeoRestrictionParameter < Struct.new( :message) include Aws::Structure end |