Class: Aws::ComputeOptimizer::Types::IdleRecommendationError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-computeoptimizer/types.rb

Overview

Returns of list of resources that doesn’t have idle recommendations.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3946

class IdleRecommendationError < Struct.new(
  :identifier,
  :code,
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#identifierString

The ID of the error.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3946

class IdleRecommendationError < Struct.new(
  :identifier,
  :code,
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3946

class IdleRecommendationError < Struct.new(
  :identifier,
  :code,
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of resource associated with the error.

Returns:

  • (String)


3946
3947
3948
3949
3950
3951
3952
3953
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3946

class IdleRecommendationError < Struct.new(
  :identifier,
  :code,
  :message,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end