Class: Aws::DeviceFarm::Types::ProblemDetail

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-devicefarm/types.rb

Overview

Information about a problem detail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The problem detail’s ARN.

Returns:

  • (String)


4139
4140
4141
4142
4143
4144
# File 'lib/aws-sdk-devicefarm/types.rb', line 4139

class ProblemDetail < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The problem detail’s name.

Returns:

  • (String)


4139
4140
4141
4142
4143
4144
# File 'lib/aws-sdk-devicefarm/types.rb', line 4139

class ProblemDetail < Struct.new(
  :arn,
  :name)
  SENSITIVE = []
  include Aws::Structure
end