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
6069 6070 6071 6072 6073 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6069 class InvalidGeoRestrictionParameter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |