Class: Aws::CloudFront::Types::PublicKeyInUse
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::PublicKeyInUse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The specified public key is in use.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
8948 8949 8950 8951 8952 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 8948 class PublicKeyInUse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |