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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-connect/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)


1059
1060
1061
1062
1063
1064
1065
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1059

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)


1059
1060
1061
1062
1063
1064
1065
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1059

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)


1059
1060
1061
1062
1063
1064
1065
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1059

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