Class: Aws::Inspector::Types::UnsupportedFeatureException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb

Overview

Used by the GetAssessmentReport API. The request was rejected because you tried to generate a report for an assessment run that existed before reporting was supported in Amazon Inspector. You can only generate reports for assessment runs that took place or will take place after generating reports in Amazon Inspector became available.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#can_retryBoolean

Returns:

  • (Boolean)


2762
2763
2764
2765
2766
2767
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2762

class UnsupportedFeatureException < Struct.new(
  :message,
  :can_retry)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Returns:

  • (String)


2762
2763
2764
2765
2766
2767
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2762

class UnsupportedFeatureException < Struct.new(
  :message,
  :can_retry)
  SENSITIVE = []
  include Aws::Structure
end