Class: Aws::ResilienceHub::Types::ResourceErrorsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResilienceHub::Types::ResourceErrorsDetails
- Defined in:
- gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb
Overview
A list of errors retrieving an application's resources.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#has_more_errors ⇒ Boolean
This indicates if there are more errors not listed in the resourceErrors list.
-
#resource_errors ⇒ Array<Types::ResourceError>
A list of errors retrieving an application's resources.
Instance Attribute Details
#has_more_errors ⇒ Boolean
This indicates if there are more errors not listed in the resourceErrors list.
4498 4499 4500 4501 4502 4503 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4498 class ResourceErrorsDetails < Struct.new( :has_more_errors, :resource_errors) SENSITIVE = [] include Aws::Structure end |
#resource_errors ⇒ Array<Types::ResourceError>
A list of errors retrieving an application's resources.
4498 4499 4500 4501 4502 4503 |
# File 'gems/aws-sdk-resiliencehub/lib/aws-sdk-resiliencehub/types.rb', line 4498 class ResourceErrorsDetails < Struct.new( :has_more_errors, :resource_errors) SENSITIVE = [] include Aws::Structure end |