Class: Aws::VoiceID::Types::FailureDetails

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

Overview

Contains error details for a failed batch job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A description of the error that caused the batch job failure.

Returns:

  • (String)


825
826
827
828
829
830
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 825

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

#status_codeInteger

An HTTP status code representing the nature of the error.

Returns:

  • (Integer)


825
826
827
828
829
830
# File 'gems/aws-sdk-voiceid/lib/aws-sdk-voiceid/types.rb', line 825

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