Class: Aws::Inspector::Types::PreviewGenerationInProgressException

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

Overview

The request is rejected. The specified assessment template is currently generating an exclusions preview.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2320
2321
2322
2323
2324
# File 'gems/aws-sdk-inspector/lib/aws-sdk-inspector/types.rb', line 2320

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