Class: Aws::CloudFront::Types::TrustedSignerDoesNotExist
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::TrustedSignerDoesNotExist
- 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
#message ⇒ String
7983 7984 7985 7986 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7983 class TrustedSignerDoesNotExist < Struct.new( :message) include Aws::Structure end |