Class: Aws::WellArchitected::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ErrorDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
Details about an error that occurred during recommendation generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The status code identifying the type of error.
-
#message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#code ⇒ String
The status code identifying the type of error.
2743 2744 2745 2746 2747 2748 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2743 class ErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error.
2743 2744 2745 2746 2747 2748 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 2743 class ErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |