Class: Aws::EC2::Types::UnsuccessfulItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulItem
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ec2/types.rb
Overview
Information about items that were not successfully processed in a batch call.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::UnsuccessfulItemError
Information about the error.
-
#resource_id ⇒ String
The ID of the resource.
Instance Attribute Details
#error ⇒ Types::UnsuccessfulItemError
Information about the error.
70872 70873 70874 70875 70876 70877 |
# File 'lib/aws-sdk-ec2/types.rb', line 70872 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
70872 70873 70874 70875 70876 70877 |
# File 'lib/aws-sdk-ec2/types.rb', line 70872 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |