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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-taxsettings/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)


690
691
692
693
694
695
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 690

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

#messageString

Returns:

  • (String)


690
691
692
693
694
695
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 690

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