Class: Aws::EC2::Types::BundleTaskError

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

Overview

Describes an error for BundleInstance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3759

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

#messageString

The error message.

Returns:

  • (String)


3759
3760
3761
3762
3763
3764
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 3759

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