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

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

Instance Attribute Details

#codeString

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

Returns:

  • (String)


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

#messageString

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

Returns:

  • (String)


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