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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7786
7787
7788
7789
# File 'lib/aws-sdk-cloudfront/types.rb', line 7786

class TrustedSignerDoesNotExist < Struct.new(
  :message)
  include Aws::Structure
end