Class: Aws::Tnb::Types::ProblemDetails

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

Overview

Details related to problems with AWS TNB resources.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailString

A human-readable explanation specific to this occurrence of the problem.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1811

class ProblemDetails < Struct.new(
  :detail,
  :title)
  SENSITIVE = []
  include Aws::Structure
end

#titleString

A human-readable title of the problem type.

Returns:

  • (String)


1811
1812
1813
1814
1815
1816
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1811

class ProblemDetails < Struct.new(
  :detail,
  :title)
  SENSITIVE = []
  include Aws::Structure
end