Class: Aws::Types::InternalServerErrorException

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_attribute::String

Returns the value of attribute error_attribute.

Returns:

  • (::String)


530
531
532
# File 'sig/types.rbs', line 530

def error_attribute
  @error_attribute
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


531
532
533
# File 'sig/types.rbs', line 531

def message
  @message
end

#resource_share_errors::Array[Types::ResourceShareError]

Returns the value of attribute resource_share_errors.

Returns:



532
533
534
# File 'sig/types.rbs', line 532

def resource_share_errors
  @resource_share_errors
end