Class: Aws::S3Files::Types::InternalServerException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb

Overview

An internal server error occurred. Retry your request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the exception.

Returns:

  • (String)


873
874
875
876
877
878
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 873

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

#messageString

Returns:

  • (String)


873
874
875
876
877
878
# File 'gems/aws-sdk-s3files/lib/aws-sdk-s3files/types.rb', line 873

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