Class: Aws::CloudFront::Types::InvalidTagging
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::InvalidTagging
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The tagging specified is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
6686 6687 6688 6689 6690 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 6686 class InvalidTagging < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |