Class: Aws::Tnb::Types::ProblemDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Tnb::Types::ProblemDetails
- 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
-
#detail ⇒ String
A human-readable explanation specific to this occurrence of the problem.
-
#title ⇒ String
A human-readable title of the problem type.
Instance Attribute Details
#detail ⇒ String
A human-readable explanation specific to this occurrence of the problem.
1910 1911 1912 1913 1914 1915 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1910 class ProblemDetails < Struct.new( :detail, :title) SENSITIVE = [] include Aws::Structure end |
#title ⇒ String
A human-readable title of the problem type.
1910 1911 1912 1913 1914 1915 |
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 1910 class ProblemDetails < Struct.new( :detail, :title) SENSITIVE = [] include Aws::Structure end |