Class: Aws::EC2::Types::UnsuccessfulItemError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb

Overview

Information about the error that occurred. For more information about errors, see Error codes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


66308
66309
66310
66311
66312
66313
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

class UnsuccessfulItemError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

The error message accompanying the error code.

Returns:

  • (String)


66308
66309
66310
66311
66312
66313
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66308

class UnsuccessfulItemError < Struct.new(
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end