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.
1409 1410 1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1409 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.
1409 1410 1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1409 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.
1409 1410 1411 1412 1413 1414 1415 |
# File 'gems/aws-sdk-connect/lib/aws-sdk-connect/types.rb', line 1409 class AttachedFileError < Struct.new( :error_code, :error_message, :file_id) SENSITIVE = [] include Aws::Structure end |