Class: Aws::CloudFront::Types::PublicKeyInUse

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


9282
9283
9284
9285
9286
# File 'lib/aws-sdk-cloudfront/types.rb', line 9282

class PublicKeyInUse < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end