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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1420
1421
1422
1423
1424
1425
1426
1427
# File 'lib/aws-sdk-medialive/types.rb', line 1420

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

#codeString

Error code for the failed operation

Returns:

  • (String)


1420
1421
1422
1423
1424
1425
1426
1427
# File 'lib/aws-sdk-medialive/types.rb', line 1420

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

#idString

ID of the resource

Returns:

  • (String)


1420
1421
1422
1423
1424
1425
1426
1427
# File 'lib/aws-sdk-medialive/types.rb', line 1420

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

#messageString

Error message for the failed operation

Returns:

  • (String)


1420
1421
1422
1423
1424
1425
1426
1427
# File 'lib/aws-sdk-medialive/types.rb', line 1420

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