Method: Aws::Lambda::Types::ResourceNotReadyException#type

Defined in:
lib/aws-sdk-lambda/types.rb

#typeString

The exception type.

Returns:

  • (String)


8202
8203
8204
8205
8206
8207
# File 'lib/aws-sdk-lambda/types.rb', line 8202

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