Class: Aws::Types::EC2InstanceError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#ec2_error_code::String

Returns the value of attribute ec2_error_code.

Returns:

  • (::String)


138
139
140
# File 'sig/types.rbs', line 138

def ec2_error_code
  @ec2_error_code
end

#ec2_error_message::String

Returns the value of attribute ec2_error_message.

Returns:

  • (::String)


140
141
142
# File 'sig/types.rbs', line 140

def ec2_error_message
  @ec2_error_message
end

#ec2_exception_type::String

Returns the value of attribute ec2_exception_type.

Returns:

  • (::String)


139
140
141
# File 'sig/types.rbs', line 139

def ec2_exception_type
  @ec2_exception_type
end