Class: Aws::ResourceExplorer2::Types::BatchGetViewError
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::BatchGetViewError
- Defined in:
- gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb
Overview
A collection of error messages for any views that Amazon Web Services Resource Explorer couldn't retrieve details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_message ⇒ String
The description of the error for the specified view.
-
#view_arn ⇒ String
The [Amazon resource name (ARN)][1] of the view for which Resource Explorer failed to retrieve details.
Instance Attribute Details
#error_message ⇒ String
The description of the error for the specified view.
83 84 85 86 87 88 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 83 class BatchGetViewError < Struct.new( :error_message, :view_arn) SENSITIVE = [] include Aws::Structure end |
#view_arn ⇒ String
The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.
83 84 85 86 87 88 |
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 83 class BatchGetViewError < Struct.new( :error_message, :view_arn) SENSITIVE = [] include Aws::Structure end |