Class: Aws::ResourceExplorer2::Types::BatchGetViewError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_messageString

The description of the error for the specified view.

Returns:

  • (String)


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_arnString

The Amazon resource name (ARN) of the view for which Resource Explorer failed to retrieve details.

Returns:

  • (String)


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