Class: Aws::CloudFront::Types::NoSuchFunctionExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchFunctionExists
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-cloudfront/types.rb
Overview
The function does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
7641 7642 7643 7644 7645 |
# File 'lib/aws-sdk-cloudfront/types.rb', line 7641 class NoSuchFunctionExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |