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
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
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
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