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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6121 6122 6123 6124 6125 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6121 class InvalidLocationCode < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |