Class: Aws::TaxSettings::Types::InternalServerException

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

Overview

The exception thrown when an unexpected error occurs when processing a request.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

500

Returns:

  • (String)


1068
1069
1070
1071
1072
1073
# File 'lib/aws-sdk-taxsettings/types.rb', line 1068

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

#messageString

Returns:

  • (String)


1068
1069
1070
1071
1072
1073
# File 'lib/aws-sdk-taxsettings/types.rb', line 1068

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