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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
14196 14197 14198 14199 14200 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 14196 class TrustedSignerDoesNotExist < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |