Skip to content

start_auto_management bug when adding notifications #4667

@rgleme

Description

@rgleme

Describe the bug

Hello

I am possible facing a bug when trying to use AWS' New feature
https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/service-quotas/client/start_auto_management.html

When I am creating an auto management, with notification arn, its only creating the auto management.

I receive no error message, just a 200 status code.

Regression Issue

  • Select this option if this issue appears to be a regression.

Expected Behavior

Auto Management to be created with User Notification

Current Behavior

Auto Management is creating without notification, even when using NotificationArn

Reproduction Steps

response = client.start_auto_management(
OptInLevel='ACCOUNT',
OptInType='NotifyOnly',
NotificationArn='arn:aws:notifications-contacts::0000000000:emailcontact/xxxxxxxx',
)

I tried with NotifyOnly and NotifyAndAdjust

My NotificationArn is correct, I double checked

Possible Solution

No response

Additional Information/Context

No response

SDK version used

Version: 1.41.5

Environment details (OS name and version, etc.)

Sequoia 15.6.1

Metadata

Metadata

Labels

bugThis issue is a confirmed bug.p2This is a standard priority issueresponse-requestedWaiting on additional information or feedback.service-quotas

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions