Class: Aws::CloudFront::Types::NoSuchFunctionExists

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


7982
7983
7984
7985
7986
# File 'lib/aws-sdk-cloudfront/types.rb', line 7982

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