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

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

#messageString

Returns:

  • (String)


8536
8537
8538
8539
8540
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 8536

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