errors property

List<GetRecommendationError>? errors
final

An array of objects that describe errors of the request.

For example, an error is returned if you request recommendations for an unsupported Auto Scaling group.

Implementation

final List<GetRecommendationError>? errors;