Class: Aws::EC2::Types::UnsuccessfulItem

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

Instance Attribute Details

#errorTypes::UnsuccessfulItemError

Information about the error.



66182
66183
66184
66185
66186
66187
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66182

class UnsuccessfulItem < Struct.new(
  :error,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The ID of the resource.

Returns:

  • (String)


66182
66183
66184
66185
66186
66187
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66182

class UnsuccessfulItem < Struct.new(
  :error,
  :resource_id)
  SENSITIVE = []
  include Aws::Structure
end