Class: Aws::CloudFront::Types::NoSuchFunctionExists
- Inherits:
-
Struct
- Object
- Struct
- Aws::CloudFront::Types::NoSuchFunctionExists
- Defined in:
- gems/aws-sdk-cloudfront/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
10253 10254 10255 10256 10257 |
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 10253 class NoSuchFunctionExists < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |