Class: Aws::Macie2::Types::InternalServerException

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

Overview

Provides information about an error that occurred due to an unknown internal server error, exception, or failure.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3647
3648
3649
3650
3651
# File 'lib/aws-sdk-macie2/types.rb', line 3647

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