You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Lambda::Types::PutProvisionedConcurrencyConfigResponse

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_provisioned_concurrent_executionsInteger

The amount of provisioned concurrency allocated.

Returns:

  • (Integer)

    The amount of provisioned concurrency allocated.

#available_provisioned_concurrent_executionsInteger

The amount of provisioned concurrency available.

Returns:

  • (Integer)

    The amount of provisioned concurrency available.

#last_modifiedTime

The date and time that a user last updated the configuration, in ISO 8601 format.

Returns:

  • (Time)

    The date and time that a user last updated the configuration, in [ISO 8601 format][1].

#requested_provisioned_concurrent_executionsInteger

The amount of provisioned concurrency requested.

Returns:

  • (Integer)

    The amount of provisioned concurrency requested.

#statusString

The status of the allocation process.

Possible values:

  • IN_PROGRESS
  • READY
  • FAILED

Returns:

  • (String)

    The status of the allocation process.

#status_reasonString

For failed allocations, the reason that provisioned concurrency could not be allocated.

Returns:

  • (String)

    For failed allocations, the reason that provisioned concurrency could not be allocated.