Class: Aws::Connect::Types::AttachedFileError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Connect::Types::AttachedFileError
- 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
-
#error_code ⇒ String
Status code describing the failure.
-
#error_message ⇒ String
Why the attached file couldn't be retrieved.
-
#file_id ⇒ String
The unique identifier of the attached file resource.
Instance Attribute Details
#error_code ⇒ String
Status code describing the failure.
1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1446 class AttachedFileError < Struct.new( :error_code, :error_message, :file_id) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
Why the attached file couldn't be retrieved.
1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1446 class AttachedFileError < Struct.new( :error_code, :error_message, :file_id) SENSITIVE = [] include Aws::Structure end |
#file_id ⇒ String
The unique identifier of the attached file resource.
1446 1447 1448 1449 1450 1451 1452 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1446 class AttachedFileError < Struct.new( :error_code, :error_message, :file_id) SENSITIVE = [] include Aws::Structure end |