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.
3563 3564 3565 3566 3567 3568 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3563 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.
3563 3564 3565 3566 3567 3568 |
# File 'lib/aws-sdk-accessanalyzer/types.rb', line 3563 class RecommendationError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |