Class: Aws::TaxSettings::Types::AttachmentUploadException

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

Overview

Failed to upload the tax exemption document to Amazon Web Services Support case.

Constant Summary collapse

SENSITIVE =
[:message]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


348
349
350
351
352
# File 'lib/aws-sdk-taxsettings/types.rb', line 348

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