class Aws::CloudWatchEvidently::Errors::ResourceNotFoundException
def initialize(context, message, data = Aws::EmptyStructure.new)
-
data
(Aws::CloudWatchEvidently::Types::ResourceNotFoundException
) -- -
message
(String
) -- -
context
(Seahorse::Client::RequestContext
) --
def initialize(context, message, data = Aws::EmptyStructure.new) super(context, message, data) end
def message
-
(String)
-
def message @message || @data[:message] end
def resource_id
-
(String)
-
def resource_id @data[:resource_id] end
def resource_type
-
(String)
-
def resource_type @data[:resource_type] end