Class: Aws::Inspector2::Types::BadRequestException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Inspector2::Types::BadRequestException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-inspector2/types.rb
Overview
One or more tags submitted as part of the request is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
748 749 750 751 752 |
# File 'lib/aws-sdk-inspector2/types.rb', line 748 class BadRequestException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |