Class: Aws::Connect::Types::AttachedFileError

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

Overview

Error describing a failure to retrieve attached file metadata through BatchGetAttachedFileMetadata action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

Status code describing the failure.

Returns:

  • (String)


1134
1135
1136
1137
1138
1139
1140
# File 'lib/aws-sdk-connect/types.rb', line 1134

class AttachedFileError < Struct.new(
  :error_code,
  :error_message,
  :file_id)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

Why the attached file couldn’t be retrieved.

Returns:

  • (String)


1134
1135
1136
1137
1138
1139
1140
# File 'lib/aws-sdk-connect/types.rb', line 1134

class AttachedFileError < Struct.new(
  :error_code,
  :error_message,
  :file_id)
  SENSITIVE = []
  include Aws::Structure
end

#file_idString

The unique identifier of the attached file resource.

Returns:

  • (String)


1134
1135
1136
1137
1138
1139
1140
# File 'lib/aws-sdk-connect/types.rb', line 1134

class AttachedFileError < Struct.new(
  :error_code,
  :error_message,
  :file_id)
  SENSITIVE = []
  include Aws::Structure
end