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
8063 8064 8065 8066 8067 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8063 class NoSuchPublicKey < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |