Class: Aws::CloudFront::Types::TrustedKeyGroupDoesNotExist

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

Overview

The specified key group does not exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


11892
11893
11894
11895
11896
# File 'lib/aws-sdk-cloudfront/types.rb', line 11892

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