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.
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 |
#identifier ⇒ String
The ID of the error.
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 |
#message ⇒ String
The error message.
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_type ⇒ String
The type of resource associated with the error.
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 |