Class: Aws::Types::MetricDataError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"INTERNAL_FAILURE", "ACCESS_DENIED"

Returns the value of attribute code.

Returns:

  • ("INTERNAL_FAILURE", "ACCESS_DENIED")


1426
1427
1428
# File 'sig/types.rbs', line 1426

def code
  @code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


1425
1426
1427
# File 'sig/types.rbs', line 1425

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1427
1428
1429
# File 'sig/types.rbs', line 1427

def message
  @message
end