Class: Aws::CloudFront::Types::TrustedSignerDoesNotExist

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb

Overview

One or more of your trusted signers don't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12295
12296
12297
12298
12299
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 12295

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