Class: Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItem

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

Overview

Describes the burstable performance instance whose credit option for CPU usage was not modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#errorTypes::UnsuccessfulInstanceCreditSpecificationItemError

The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.



66334
66335
66336
66337
66338
66339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66334

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

#instance_idString

The ID of the instance.

Returns:

  • (String)


66334
66335
66336
66337
66338
66339
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66334

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