You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ComputeOptimizer::Types::GetRecommendationError

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

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.

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)

    The error code.

#identifierString

The ID of the error.

Returns:

  • (String)

    The ID of the error.

#messageString

The message, or reason, for the error.

Returns:

  • (String)

    The message, or reason, for the error.