GetRecommendationError class
Describes an error experienced when getting recommendations.
For example, an error is returned if you request recommendations for an unsupported Auto Scaling group, or if you request recommendations for an instance of an unsupported instance family.
Constructors
- GetRecommendationError({String? code, String? identifier, String? message})
-
GetRecommendationError.fromJson(Map<
String, dynamic> json) -
factory
Properties
- code → String?
-
The error code.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- identifier → String?
-
The ID of the error.
final
- message → String?
-
The message, or reason, for the error.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited