Class: Aws::Lambda::Types::EFSMountTimeoutException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb

Overview

The Lambda function made a network connection to the configured file system, but the mount operation timed out.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1685

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

#typeString

Returns:

  • (String)


1685
1686
1687
1688
1689
1690
# File 'gems/aws-sdk-lambda/lib/aws-sdk-lambda/types.rb', line 1685

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