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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7328 7329 7330 7331 7332 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7328 class InvalidGeoRestrictionParameter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |