You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Exception: Aws::S3::MultipartUploadError
- Inherits:
- 
      StandardError
      
        - Object
- StandardError
- Aws::S3::MultipartUploadError
 
- Defined in:
- aws-sdk-resources/lib/aws-sdk-resources/services/s3/multipart_upload_error.rb
Instance Attribute Summary collapse
- 
  
    
      #errors  ⇒ Array<StandardError> 
    
    
  
  
  
  
    
      readonly
    
    
  
  
  
  
  
  
    The list of errors encountered when uploading or aborting the upload. 
Instance Method Summary collapse
- 
  
    
      #initialize(message, errors)  ⇒ MultipartUploadError 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    A new instance of MultipartUploadError. 
Constructor Details
#initialize(message, errors) ⇒ MultipartUploadError
Returns a new instance of MultipartUploadError.
| 5 6 7 8 | # File 'aws-sdk-resources/lib/aws-sdk-resources/services/s3/multipart_upload_error.rb', line 5 def initialize(, errors) @errors = errors super() end | 
Instance Attribute Details
#errors ⇒ Array<StandardError> (readonly)
Returns The list of errors encountered when uploading or aborting the upload.
| 12 13 14 | # File 'aws-sdk-resources/lib/aws-sdk-resources/services/s3/multipart_upload_error.rb', line 12 def errors @errors end |