describePendingMaintenanceActions

Returns a list of resources (for example, DB instances) that have at least one pending maintenance action.

This API follows an eventual consistency model. This means that the result of the DescribePendingMaintenanceActions command might not be immediately visible to all subsequent RDS commands. Keep this in mind when you use DescribePendingMaintenanceActions immediately after using a previous API command such as ApplyPendingMaintenanceActions.

Samples


fun main() { 
   //sampleStart 
   // The following example lists the pending maintenace action for a DB instance.
val resp = rdsClient.describePendingMaintenanceActions() 
   //sampleEnd
}