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
5870 5871 5872 5873 5874 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5870 class InvalidGeoRestrictionParameter < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |