class Aws::SSMContacts::Errors::ResourceNotFoundException
Public Class Methods
new(context, message, data = Aws::EmptyStructure.new)
click to toggle source
@param [Seahorse::Client::RequestContext] context @param [String] message @param [Aws::SSMContacts::Types::ResourceNotFoundException] data
Calls superclass method
# File lib/aws-sdk-ssmcontacts/errors.rb, line 125 def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
Public Instance Methods
message()
click to toggle source
@return [String]
# File lib/aws-sdk-ssmcontacts/errors.rb, line 130 def message @message || @data[:message] end
resource_id()
click to toggle source
@return [String]
# File lib/aws-sdk-ssmcontacts/errors.rb, line 135 def resource_id @data[:resource_id] end
resource_type()
click to toggle source
@return [String]
# File lib/aws-sdk-ssmcontacts/errors.rb, line 140 def resource_type @data[:resource_type] end