Class: Aws::Types::AsyncErrorDetails

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.



77
78
79
# File 'sig/types.rbs', line 77

def code
  @code
end

#message::String

Returns the value of attribute message.



78
79
80
# File 'sig/types.rbs', line 78

def message
  @message
end

#request_id::String

Returns the value of attribute request_id.



80
81
82
# File 'sig/types.rbs', line 80

def request_id
  @request_id
end

#resource::String

Returns the value of attribute resource.



79
80
81
# File 'sig/types.rbs', line 79

def resource
  @resource
end