Class: Aws::AccessAnalyzer::Types::RecommendationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::RecommendationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-accessanalyzer/types.rb
Overview
Contains information about the reason that the retrieval of a recommendation for a finding failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code for a failed retrieval of a recommendation for a finding.
-
#message ⇒ String
The error message for a failed retrieval of a recommendation for a finding.
Instance Attribute Details
#code ⇒ String
The error code for a failed retrieval of a recommendation for a finding.
3436 3437 3438 3439 3440 3441 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3436 class RecommendationError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message for a failed retrieval of a recommendation for a finding.
3436 3437 3438 3439 3440 3441 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3436 class RecommendationError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |