Class: Aws::ResilienceHub::Types::ErrorDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ErrorDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehub/types.rb
Overview
Indicates the error that was encountered while importing a resource.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
Provides additional information about the error.
Instance Attribute Details
#error_message ⇒ String
Provides additional information about the error.
3109 3110 3111 3112 3113 |
# File 'lib/aws-sdk-resiliencehub/types.rb', line 3109 class ErrorDetail < Struct.new( :error_message) SENSITIVE = [] include Aws::Structure end |