Class: Aws::Inspector::Types::PreviewGenerationInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector::Types::PreviewGenerationInProgressException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
2320 2321 2322 2323 2324 |
# File 'lib/aws-sdk-inspector/types.rb', line 2320 class PreviewGenerationInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |