Class: Aws::ComputeOptimizer::Types::IdleRecommendationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComputeOptimizer::Types::IdleRecommendationError
- 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
-
#code ⇒ String
The error code.
-
#identifier ⇒ String
The ID of the error.
-
#message ⇒ String
The error message.
-
#resource_type ⇒ String
The type of resource associated with the error.
Instance Attribute Details
#code ⇒ String
The error code.
3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3972 class IdleRecommendationError < Struct.new( :identifier, :code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
The ID of the error.
3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3972 class IdleRecommendationError < Struct.new( :identifier, :code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3972 class IdleRecommendationError < Struct.new( :identifier, :code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource associated with the error.
3972 3973 3974 3975 3976 3977 3978 3979 |
# File 'lib/aws-sdk-computeoptimizer/types.rb', line 3972 class IdleRecommendationError < Struct.new( :identifier, :code, :message, :resource_type) SENSITIVE = [] include Aws::Structure end |