Class: Aws::Macie2::Types::ValidationException

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

Overview

Provides information about an error that occurred due to a syntax error in a request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7050
7051
7052
7053
7054
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 7050

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