Class: Aws::CloudFront::Types::TrustedKeyGroupDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TrustedKeyGroupDoesNotExist
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The specified key group does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
12257 12258 12259 12260 12261 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12257 class TrustedKeyGroupDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |