Class: Aws::CloudFront::Types::NoSuchPublicKey
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchPublicKey
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The specified public key doesn't exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
11153 11154 11155 11156 11157 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 11153 class NoSuchPublicKey < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |