class Aws::Lambda::Types::GetProvisionedConcurrencyConfigResponse

@!attribute [rw] requested_provisioned_concurrent_executions

The amount of provisioned concurrency requested.
@return [Integer]

@!attribute [rw] available_provisioned_concurrent_executions

The amount of provisioned concurrency available.
@return [Integer]

@!attribute [rw] allocated_provisioned_concurrent_executions

The amount of provisioned concurrency allocated.
@return [Integer]

@!attribute [rw] status

The status of the allocation process.
@return [String]

@!attribute [rw] status_reason

For failed allocations, the reason that provisioned concurrency
could not be allocated.
@return [String]

@!attribute [rw] last_modified

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

[1]: https://www.iso.org/iso-8601-date-and-time-format.html
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/lambda-2015-03-31/GetProvisionedConcurrencyConfigResponse AWS API Documentation

Constants

SENSITIVE