Class: Aws::CloudFront::Types::InvalidLocationCode
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidLocationCode
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The location code specified is not valid.
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
5080 5081 5082 5083 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 5080 class InvalidLocationCode < Struct.new( :message) include Aws::Structure end |