Class: Aws::ResourceExplorer2::Types::ErrorDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::ErrorDetails
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
Contains information about an error that occurred during a Resource Explorer setup operation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The error code that identifies the type of error that occurred.
-
#message ⇒ String
A human-readable description of the error that occurred.
Instance Attribute Details
#code ⇒ String
The error code that identifies the type of error that occurred.
477 478 479 480 481 482 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 477 class ErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A human-readable description of the error that occurred.
477 478 479 480 481 482 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 477 class ErrorDetails < Struct.new( :code, :message) SENSITIVE = [] include Aws::Structure end |