Class: Aws::Lambda::Types::ResourceNotReadyException

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

Overview

The function is inactive and its VPC connection is no longer available. Wait for the VPC connection to reestablish and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The exception message.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
# File 'lib/aws-sdk-lambda/types.rb', line 5513

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

#typeString

The exception type.

Returns:

  • (String)


5513
5514
5515
5516
5517
5518
# File 'lib/aws-sdk-lambda/types.rb', line 5513

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