Class: Aws::Types::ServiceUnavailableException

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:

  • (::String)


2136
2137
2138
# File 'sig/types.rbs', line 2136

def code
  @code
end

#context::String

Returns the value of attribute context.

Returns:

  • (::String)


2139
2140
2141
# File 'sig/types.rbs', line 2139

def context
  @context
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


2137
2138
2139
# File 'sig/types.rbs', line 2137

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2138
2139
2140
# File 'sig/types.rbs', line 2138

def type
  @type
end