Class: Aws::AccessAnalyzer::Types::RecommendationError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#codeString

The error code for a failed retrieval of a recommendation for a finding.

Returns:

  • (String)


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

#messageString

The error message for a failed retrieval of a recommendation for a finding.

Returns:

  • (String)


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