Class: Aws::Lambda::Types::EFSMountConnectivityException

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

Overview

The Lambda function couldn’t make a network connection to the configured file system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-lambda/types.rb', line 1670

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

#typeString

Returns:

  • (String)


1670
1671
1672
1673
1674
1675
# File 'lib/aws-sdk-lambda/types.rb', line 1670

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