Class: Aws::CloudFront::Types::TooManyTrustedSigners

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

Overview

Your request contains more trusted signers than are allowed per distribution.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


12217
12218
12219
12220
12221
# File 'lib/aws-sdk-cloudfront/types.rb', line 12217

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