Class: Aws::EC2::Types::UnsuccessfulItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::UnsuccessfulItem
- Defined in:
- gems/aws-sdk-ec2/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.
71129 71130 71131 71132 71133 71134 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71129 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
71129 71130 71131 71132 71133 71134 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 71129 class UnsuccessfulItem < Struct.new( :error, :resource_id) SENSITIVE = [] include Aws::Structure end |