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)


10387
10388
10389
10390
10391
# File 'lib/aws-sdk-cloudfront/types.rb', line 10387

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