aws_cdk.aws_ec2.BlockDeviceVolume: throughput in ebs function does not exist #31984
Labels
@aws-cdk/aws-ec2
Related to Amazon Elastic Compute Cloud
documentation
This is a problem with documentation.
effort/small
Small work item – less than a day of effort
needs-cfn
This issue is waiting on changes to CloudFormation before it can be addressed.
p2
Describe the issue
The
throughput
parameter in theBlockDeviceVolume.ebs()
function does not exist. The documentation shows that it does.TypeError: BlockDeviceVolume.ebs() got an unexpected keyword argument 'throughput'
Links
https://docs.aws.amazon.com/cdk/api/v2/python/aws_cdk.aws_ec2/BlockDeviceVolume.html#aws_cdk.aws_ec2.BlockDeviceVolume.ebs
The text was updated successfully, but these errors were encountered: