Class: Aws::TaxSettings::Types::InternalServerException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::InternalServerException
- 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_code ⇒ String
500
859 860 861 862 863 864 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 859 class InternalServerException < Struct.new( :error_code, :message) SENSITIVE = [:message] include Aws::Structure end |
#message ⇒ String
859 860 861 862 863 864 |
# File 'lib/aws-sdk-taxsettings/types.rb', line 859 class InternalServerException < Struct.new( :error_code, :message) SENSITIVE = [:message] include Aws::Structure end |