Class: Aws::MediaLive::Types::BatchFailedResultModel

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

Overview

Details from a failed operation

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

ARN of the resource

Returns:

  • (String)


980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 980

class BatchFailedResultModel < Struct.new(
  :arn,
  :code,
  :id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

Error code for the failed operation

Returns:

  • (String)


980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 980

class BatchFailedResultModel < Struct.new(
  :arn,
  :code,
  :id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#idString

ID of the resource

Returns:

  • (String)


980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 980

class BatchFailedResultModel < Struct.new(
  :arn,
  :code,
  :id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

Error message for the failed operation

Returns:

  • (String)


980
981
982
983
984
985
986
987
# File 'gems/aws-sdk-medialive/lib/aws-sdk-medialive/types.rb', line 980

class BatchFailedResultModel < Struct.new(
  :arn,
  :code,
  :id,
  :message)
  SENSITIVE = []
  include Aws::Structure
end