Class: Aws::Macie2::Types::UnprocessableEntityException

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 an unprocessable entity.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6423
6424
6425
6426
6427
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 6423

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