Class: Aws::Macie::Types::InternalException

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

Overview

(Discontinued) Internal server error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Error code for the exception

Returns:

  • (String)


210
211
212
213
214
215
# File 'lib/aws-sdk-macie/types.rb', line 210

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

#messageString

Returns:

  • (String)


210
211
212
213
214
215
# File 'lib/aws-sdk-macie/types.rb', line 210

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