Class: Aws::EC2::Types::UnsuccessfulInstanceCreditSpecificationItemError

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

Overview

Information about the error for the burstable performance instance whose credit option for CPU usage was not modified.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code.

Returns:

  • (String)


66162
66163
66164
66165
66166
66167
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66162

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

#messageString

The applicable error message.

Returns:

  • (String)


66162
66163
66164
66165
66166
66167
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 66162

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