Class: Aws::Types::RemediationException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#config_rule_name::String

Returns the value of attribute config_rule_name.

Returns:

  • (::String)


1984
1985
1986
# File 'sig/types.rbs', line 1984

def config_rule_name
  @config_rule_name
end

#expiration_time::Time

Returns the value of attribute expiration_time.

Returns:

  • (::Time)


1988
1989
1990
# File 'sig/types.rbs', line 1988

def expiration_time
  @expiration_time
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1987
1988
1989
# File 'sig/types.rbs', line 1987

def message
  @message
end

#resource_id::String

Returns the value of attribute resource_id.

Returns:

  • (::String)


1986
1987
1988
# File 'sig/types.rbs', line 1986

def resource_id
  @resource_id
end

#resource_type::String

Returns the value of attribute resource_type.

Returns:

  • (::String)


1985
1986
1987
# File 'sig/types.rbs', line 1985

def resource_type
  @resource_type
end