Class: Aws::TaxSettings::Types::AttachmentUploadException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TaxSettings::Types::AttachmentUploadException
- Defined in:
- gems/aws-sdk-taxsettings/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
#message ⇒ String
448 449 450 451 452 |
# File 'gems/aws-sdk-taxsettings/lib/aws-sdk-taxsettings/types.rb', line 448 class AttachmentUploadException < Struct.new( :message) SENSITIVE = [:message] include Aws::Structure end |