Class: Aws::AccessAnalyzer::Types::RecommendationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AccessAnalyzer::Types::RecommendationError
- Defined in:
- gems/aws-sdk-accessanalyzer/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.
3351 3352 3353 3354 3355 3356 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3351 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.
3351 3352 3353 3354 3355 3356 |
# File 'gems/aws-sdk-accessanalyzer/lib/aws-sdk-accessanalyzer/types.rb', line 3351 class RecommendationError < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |