Class: Aws::Inspector::Types::UnsupportedFeatureException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::UnsupportedFeatureException
- 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_retry ⇒ Boolean
3244 3245 3246 3247 3248 3249 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 3244 class UnsupportedFeatureException < Struct.new( :message, :can_retry) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
3244 3245 3246 3247 3248 3249 |
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 3244 class UnsupportedFeatureException < Struct.new( :message, :can_retry) SENSITIVE = [] include Aws::Structure end |