Class: Aws::Inspector2::Types::BadRequestException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-inspector2/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

#messageString

Returns:

  • (String)


738
739
740
741
742
# File 'gems/aws-sdk-inspector2/lib/aws-sdk-inspector2/types.rb', line 738

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