Class: Aws::CloudFront::Types::PublicKeyAlreadyExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeyAlreadyExists
- Defined in:
- gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb
Overview
The specified public key already exists.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
9788 9789 9790 9791 9792 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 9788 class PublicKeyAlreadyExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |