Class: Aws::Types::Error

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#error_attribute::String

Returns the value of attribute error_attribute.



516
517
518
# File 'sig/types.rbs', line 516

def error_attribute
  @error_attribute
end

#message::String

Returns the value of attribute message.



517
518
519
# File 'sig/types.rbs', line 517

def message
  @message
end

#resource_share_errors::Array[Types::ResourceShareError]

Returns the value of attribute resource_share_errors.



518
519
520
# File 'sig/types.rbs', line 518

def resource_share_errors
  @resource_share_errors
end