Class: Aws::Types::IdleRecommendationError

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:



734
735
736
# File 'sig/types.rbs', line 734

def code
  @code
end

#identifier::String

Returns the value of attribute identifier.

Returns:



733
734
735
# File 'sig/types.rbs', line 733

def identifier
  @identifier
end

#message::String

Returns the value of attribute message.

Returns:



735
736
737
# File 'sig/types.rbs', line 735

def message
  @message
end

#resource_type"EC2Instance", ...

Returns the value of attribute resource_type.

Returns:



736
737
738
# File 'sig/types.rbs', line 736

def resource_type
  @resource_type
end